mirror of
https://github.com/janunger/rheinwerk-video-training.git
synced 2024-11-22 07:03:41 +01:00
10 lines
189 B
PHP
Executable File
10 lines
189 B
PHP
Executable File
<?php
|
|
/**
|
|
* Deprecated. Use rss.php instead.
|
|
*
|
|
* @package WordPress
|
|
*/
|
|
|
|
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
|
|
require_once( ABSPATH . WPINC . '/rss.php' );
|