mirror of
https://github.com/kennethreitz-archive/wordpress-skeleton.git
synced 2026-06-05 23:50:19 +00:00
11 lines
183 B
PHP
11 lines
183 B
PHP
<?php
|
|
/**
|
|
* Deprecated. Use rss.php instead.
|
|
*
|
|
* @package WordPress
|
|
*/
|
|
|
|
_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
|
|
require_once (ABSPATH . WPINC . '/rss.php');
|
|
?>
|