[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Deprecated. Use rss.php instead. 4 * 5 * @package WordPress 6 * @deprecated 2.1.0 7 */ 8 9 if ( ! defined( 'ABSPATH' ) ) { 10 exit(); 11 } 12 13 _deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' ); 14 require_once ABSPATH . WPINC . '/rss.php';
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Sat Nov 23 08:20:01 2024 | Cross-referenced by PHPXref |