thiet-ke-noi-that/wp-includes/rss-functions.php
nguyen dung 39b8cb3612 init
2022-02-18 16:43:41 +07:00

15 lines
255 B
PHP

<?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';