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/wordpress/wp-includes/rss-functions.php
2014-12-08 23:42:55 +01: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' );