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