Sign in
webkit
/
WebKit
/
refs/heads/safari-4-branch
/
.
/
WebKitSite
/
blog
/
wp-includes
/
rss-functions.php
blob: 3ccd75a9569c574ef2ce797dbebd85f16b225458 [
file
] [
log
] [
blame
]
<?
php
/**
* Deprecated. Use rss.php instead.
*
* @package WordPress
*/
_deprecated_file
(
basename
(
__FILE__
),
'0.0'
,
'rss.php'
);
require_once
(
ABSPATH
.
WPINC
.
'/rss.php'
);
?>