Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
Sum FM
/
lecture
:
wp-commentsrss2.php
Advanced Search
Upload
New Item
CMD
Change Password
Back
Back Up
Advanced Editor
Save
<?php /** * Redirects to the Comments RSS2 feed * This file is deprecated and only exists for backwards compatibility * * @package WordPress */ require( './wp-load.php' ); wp_redirect( get_bloginfo( 'comments_rss2_url' ), 301 ); exit; ?>