File "rss-functions-20260915050303.php"
Full Path: /home/cnerdvmd/public_html/wp-includes/rss-functions-20260915050303.php
File size: 277 bytes
MIME-type: text/x-php
Charset: utf-8
<?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';