kollapsminoriteten/wp-includes/rss-functions.php

11 lines
214 B
PHP
Raw Normal View History

2019-11-02 10:38:58 +01:00
<?php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
2019-11-15 22:59:44 +01:00
* @deprecated 2.1.0
2019-11-02 10:38:58 +01:00
*/
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once( ABSPATH . WPINC . '/rss.php' );