mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2025-10-29 09:40:37 +00:00
10 lines
189 B
PHP
10 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' );
|