File "rss-functions.php"
Full path: /home5/hallettsvillepow/public_html/wp-includes/rss-functions.php
File
size: 0.27 KB (277 B bytes)
MIME-type: text/x-php; charset=us-ascii
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
* @deprecated 2.1.0
*/
// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once ABSPATH . WPINC . '/rss.php';