8d72ad52ff
Always use dirname() or, once available, ABSPATH. props ketwaroo, hakre. fixes #17092. git-svn-id: https://develop.svn.wordpress.org/trunk@25616 602fd350-edb4-49c9-b593-d223f7449a82
10 lines
189 B
PHP
10 lines
189 B
PHP
<?php
|
|
/**
|
|
* Deprecated. Use rss.php instead.
|
|
*
|
|
* @package WordPress
|
|
*/
|
|
|
|
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
|
|
require_once( ABSPATH . WPINC . '/rss.php' );
|