File: rss-functions.php

package info (click to toggle)
wordpress 4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 72,208 kB
  • sloc: php: 130,697; cs: 6,126; sh: 494; xml: 59; makefile: 27
file content (9 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 */

_deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
require_once( ABSPATH . WPINC . '/rss.php' );