source: trunk/www.guidonia.net/wp/wp-includes/rss-functions.php@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 183 bytes
Line 
1<?php
2/**
3 * Deprecated. Use rss.php instead.
4 *
5 * @package WordPress
6 */
7
8_deprecated_file( basename(__FILE__), '0.0', 'rss.php' );
9require_once (ABSPATH . WPINC . '/rss.php');
10?>
Note: See TracBrowser for help on using the repository browser.