kollapsminoriteten/wp-includes/rss-functions.php

15 lines
255 B
PHP
Raw Permalink 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
*/
2020-12-10 14:06:04 +01:00
if ( ! defined( 'ABSPATH' ) ) {
exit();
}
2019-11-02 10:38:58 +01:00
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
2020-05-06 17:23:38 +02:00
require_once ABSPATH . WPINC . '/rss.php';