web/wp-rdf.php
branchwordpress
changeset 132 4d4862461b8d
parent 109 03b0d1493584
--- a/web/wp-rdf.php	Tue Feb 02 14:45:47 2010 +0000
+++ b/web/wp-rdf.php	Tue Feb 02 15:44:16 2010 +0000
@@ -1,12 +1,12 @@
-<?php
-/**
- * Redirects to the RDF feed
- * This file is deprecated and only exists for backwards compatibility
- *
- * @package WordPress
- */
-
-require( './wp-load.php' );
-wp_redirect( get_bloginfo( 'rdf_url' ), 301 );
-
+<?php
+/**
+ * Redirects to the RDF feed
+ * This file is deprecated and only exists for backwards compatibility
+ *
+ * @package WordPress
+ */
+
+require( './wp-load.php' );
+wp_redirect( get_bloginfo( 'rdf_url' ), 301 );
+
 ?>
\ No newline at end of file