mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Deprecate magpie. Props nacin. fixes #11982
git-svn-id: http://svn.automattic.com/wordpress/trunk@12822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dd69637c65
commit
504c7a7e0b
@ -12,6 +12,11 @@
|
|||||||
* @subpackage MagpieRSS
|
* @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
|
* Hook to use another RSS object instead of MagpieRSS
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user