|
@@ 7002-7005 (lines=4) @@
|
| 6999 |
|
{ |
| 7000 |
|
$copyright_url = $this->sanitize($copyright[0]['attribs']['']['url'], SIMPLEPIE_CONSTRUCT_TEXT); |
| 7001 |
|
} |
| 7002 |
|
if (isset($copyright[0]['data'])) |
| 7003 |
|
{ |
| 7004 |
|
$copyright_label = $this->sanitize($copyright[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT); |
| 7005 |
|
} |
| 7006 |
|
$copyrights_parent = $this->registry->create('Copyright', array($copyright_url, $copyright_label)); |
| 7007 |
|
} |
| 7008 |
|
elseif ($copyright = $parent->get_channel_tags(SIMPLEPIE_NAMESPACE_MEDIARSS, 'copyright')) |
|
@@ 7016-7019 (lines=4) @@
|
| 7013 |
|
{ |
| 7014 |
|
$copyright_url = $this->sanitize($copyright[0]['attribs']['']['url'], SIMPLEPIE_CONSTRUCT_TEXT); |
| 7015 |
|
} |
| 7016 |
|
if (isset($copyright[0]['data'])) |
| 7017 |
|
{ |
| 7018 |
|
$copyright_label = $this->sanitize($copyright[0]['data'], SIMPLEPIE_CONSTRUCT_TEXT); |
| 7019 |
|
} |
| 7020 |
|
$copyrights_parent = $this->registry->create('Copyright', array($copyright_url, $copyright_label)); |
| 7021 |
|
} |
| 7022 |
|
// CREDITS |