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:
parent
e5d23ee3e5
commit
56c9c4c527
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user