mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
9 lines
189 B
PHP
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' );
|