From 504c7a7e0b130742e141b744e31589a43d1f1253 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 25 Jan 2010 18:37:05 +0000 Subject: [PATCH] Deprecate magpie. Props nacin. fixes #11982 git-svn-id: http://svn.automattic.com/wordpress/trunk@12822 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/rss.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-includes/rss.php b/wp-includes/rss.php index d48230ac6..122277dfa 100644 --- a/wp-includes/rss.php +++ b/wp-includes/rss.php @@ -12,6 +12,11 @@ * @subpackage MagpieRSS */ +/** + * Deprecated. Use SimplePie (class-simplepie.php) instead. + */ +_deprecated_file( basename( __FILE__ ), '3.0', WPINC . '/class-simplepie.php' ); + /* * Hook to use another RSS object instead of MagpieRSS */