Files
wyszynskiego12.pagedev.pl/wp-includes/rss-functions.php
Roman Pyrih 755af5f0b0 first commit
2026-03-03 13:20:21 +01:00

15 lines
255 B
PHP

<?php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
* @deprecated 2.1.0
*/
if ( ! defined( 'ABSPATH' ) ) {
exit();
}
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );
require_once ABSPATH . WPINC . '/rss.php';