Newer
Older
Import / web / www.xiaofrog.com / wordpress / wp-includes / rss-functions.php
@John Ryland John Ryland on 22 Dec 2020 183 bytes import NUC files
<?php
/**
 * Deprecated.  Use rss.php instead.
 *
 * @package WordPress
 */

_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
require_once (ABSPATH . WPINC . '/rss.php');
?>