25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

rss-functions.php 191 B

3 yıl önce
123456789
  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' );