mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-09 15:00:21 -04:00
11 lines
211 B
PHP
11 lines
211 B
PHP
<?php
|
|
/**
|
|
* Deprecated. Use rss.php instead.
|
|
*
|
|
* @package WordPress
|
|
* @deprecated 2.1.0
|
|
*/
|
|
|
|
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
|
|
require_once ABSPATH . WPINC . '/rss.php';
|