/var/www/html/wp-includes/rss-functions.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 * @deprecated 2.1.0
 */

if ( ! defined'ABSPATH' ) ) {
    exit();
}

_deprecated_filebasename__FILE__ ), '2.1.0'WPINC '/rss.php' );
require_once 
ABSPATH WPINC '/rss.php';