Deprecate magpie. Props nacin. fixes #11982

git-svn-id: https://develop.svn.wordpress.org/trunk@12822 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-01-25 18:37:05 +00:00
parent e5d23ee3e5
commit 56c9c4c527
1 changed files with 5 additions and 0 deletions

View File

@ -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
*/