選択できるのは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' );