]> git.pld-linux.org Git - packages/wordpress.git/commitdiff
- use system simplepie
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 20 May 2010 09:53:24 +0000 (09:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    simplepie.patch -> 1.1

simplepie.patch [new file with mode: 0644]

diff --git a/simplepie.patch b/simplepie.patch
new file mode 100644 (file)
index 0000000..b94ab74
--- /dev/null
@@ -0,0 +1,18 @@
+--- wpmu-2.9.2/./wp-includes/class-feed.php~   2010-05-14 18:04:07.000000000 +0300
++++ wpmu-2.9.2/./wp-includes/class-feed.php    2010-05-19 17:07:27.696746340 +0300
+@@ -1,7 +1,7 @@
+ <?php
+ if ( !class_exists('SimplePie') )
+-      require_once (ABSPATH . WPINC . '/class-simplepie.php');
++      require_once 'simplepie.inc'
+ class WP_Feed_Cache extends SimplePie_Cache {
+       /**
+@@ -100,4 +100,4 @@
+                       }
+               }
+       }
+-}
+\ No newline at end of file
++}
This page took 0.028094 seconds and 4 git commands to generate.