initial commit
This commit is contained in:
14
hamrokhaanpaan/wp-includes/rss-functions.php
Normal file
14
hamrokhaanpaan/wp-includes/rss-functions.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
/**
|
||||
* Deprecated. Use rss.php instead.
|
||||
*
|
||||
* @package WordPress
|
||||
* @deprecated 2.1.0
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit();
|
||||
}
|
||||
|
||||
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
|
||||
require_once ABSPATH . WPINC . '/rss.php';
|
Reference in New Issue
Block a user