From 56c9c4c527c76372d0bee4dfbfead5ed0cb7aa6a Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 25 Jan 2010 18:37:05 +0000 Subject: [PATCH] Deprecate magpie. Props nacin. fixes #11982 git-svn-id: https://develop.svn.wordpress.org/trunk@12822 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/rss.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/wp-includes/rss.php b/wp-includes/rss.php index d48230ac6f..122277dfa2 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 */