Sign in
webkit
/
WebKit
/
868c55e9afd1336f6c0a97e0ec79174a42e7b2f2
/
.
/
WebKitSite
/
blog
/
wp-rss2.php
blob: 78daa6d226fb042f92607279ef1741f315378156 [
file
] [
log
] [
blame
]
<?
php
/**
* Redirects to the RSS2 feed
* This file is deprecated and only exists for backwards compatibility
*
* @package WordPress
*/
require
(
'./wp-load.php'
);
wp_redirect
(
get_bloginfo
(
'rss2_url'
),
301
);
?>