您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

10 行
191 B

  1. <?php
  2. /**
  3. * Deprecated. Use rss.php instead.
  4. *
  5. * @package WordPress
  6. */
  7. _deprecated_file( basename(__FILE__), '2.1.0', WPINC . '/rss.php' );
  8. require_once( ABSPATH . WPINC . '/rss.php' );