wp/wp-includes/rss-functions.php
author ymh <ymh.work@gmail.com>
Mon, 14 Oct 2019 18:28:13 +0200
changeset 9 177826044cd9
parent 7 cf61fcea0001
child 16 a86126ab1dd4
permissions -rw-r--r--
upgrade wordpress to 5.2.3

<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 */

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