1
0
mirror of https://github.com/WordPress/WordPress.git synced 2025-03-12 14:49:55 +01:00
WordPress/wp-includes/rss-functions.php
2019-10-08 17:19:04 +00:00

11 lines
214 B
PHP

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