summaryrefslogtreecommitdiffstats
path: root/wp-includes/rss-functions.php
blob: 370960cecba5b6a58cd1b5069418e8285385acf0 (plain)
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_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once ABSPATH . WPINC . '/rss.php';