php7-mysql-data/Kapitel_7/Lektion_4/wordpress/wp-includes/rss-functions.php

10 lines
189 B
PHP
Raw Normal View History

2016-08-16 21:20:53 +02:00
<?php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
*/
_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
require_once( ABSPATH . WPINC . '/rss.php' );