1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wordpress_ynh.git synced 2024-09-03 20:36:10 +02:00
wordpress_ynh/sources/wp-includes/rss-functions.php
2013-12-04 17:03:46 +00:00

9 lines
189 B
PHP

<?php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
*/
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
require_once( ABSPATH . WPINC . '/rss.php' );