web/wp-includes/rss-functions.php
author Anthony Ly <anthonyly.com@gmail.com>
Tue, 12 Mar 2013 18:21:39 +0100
changeset 206 919b4ddb13fa
parent 194 32102edaa81b
permissions -rw-r--r--
modification logo footer cccb

<?php
/**
 * Deprecated. Use rss.php instead.
 *
 * @package WordPress
 */

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