]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-rss2.php
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-rss2.php
diff --git a/wp-rss2.php b/wp-rss2.php
deleted file mode 100644 (file)
index de75c23..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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 );
-exit;
-?>