aboutsummaryrefslogtreecommitdiff
path: root/srcs/wordpress/wp-includes/rss-functions.php
blob: 07b0aefb8194ca3c1a5b05e8742536a3610db42f (plain)
1
2
3
4
5
6
7
8
9
10
<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 * @deprecated 2.1.0
 */

_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once( ABSPATH . WPINC . '/rss.php' );