mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 09:49:37 +01:00
042c574e56
git-svn-id: http://svn.automattic.com/wordpress/trunk@4728 1a063a9b-81f0-0310-95a4-ce76da25c4cd
5 lines
91 B
PHP
5 lines
91 B
PHP
<?php
|
|
// Deprecated. Use rss.php instead.
|
|
require_once (ABSPATH . WPINC . '/rss.php');
|
|
?>
|