init
This commit is contained in:
commit
ff6f6c80cd
1709 changed files with 840760 additions and 0 deletions
9
wp-includes/rss-functions.php
Normal file
9
wp-includes/rss-functions.php
Normal file
|
@ -0,0 +1,9 @@
|
|||
<?php
|
||||
/**
|
||||
* Deprecated. Use rss.php instead.
|
||||
*
|
||||
* @package WordPress
|
||||
*/
|
||||
|
||||
_deprecated_file( basename(__FILE__), '2.1.0', WPINC . '/rss.php' );
|
||||
require_once( ABSPATH . WPINC . '/rss.php' );
|
Loading…
Add table
Add a link
Reference in a new issue