From 42c80841c846610be280218d53fcde06b0f0063b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Fri, 6 Dec 2013 09:45:27 +0100 Subject: [change] we now use Full-Text RSS 3.1, thank you so much @fivefilters --- inc/3rdparty/simplepie/SimplePie/Copyright.php | 89 -------------------------- 1 file changed, 89 deletions(-) delete mode 100644 inc/3rdparty/simplepie/SimplePie/Copyright.php (limited to 'inc/3rdparty/simplepie/SimplePie/Copyright.php') diff --git a/inc/3rdparty/simplepie/SimplePie/Copyright.php b/inc/3rdparty/simplepie/SimplePie/Copyright.php deleted file mode 100644 index cc16f9c4..00000000 --- a/inc/3rdparty/simplepie/SimplePie/Copyright.php +++ /dev/null @@ -1,89 +0,0 @@ -url = $url; - $this->label = $label; - } - - public function __toString() - { - // There is no $this->data here - return md5(serialize($this)); - } - - public function get_url() - { - if ($this->url !== null) - { - return $this->url; - } - else - { - return null; - } - } - - public function get_attribution() - { - if ($this->label !== null) - { - return $this->label; - } - else - { - return null; - } - } -} - -- cgit v1.2.3