]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/rss-functions.php
WordPress 3.4
[autoinstalls/wordpress.git] / wp-includes / rss-functions.php
index ea3269289fb7b7f0d66e4055ae3dddc6f0f0f964..86458479df001dde15d197a908707c28754b7803 100644 (file)
@@ -1,10 +1,9 @@
 <?php
 /**
- * Deprecated.  Use rss.php instead.
+ * Deprecated. Use rss.php instead.
  *
  * @package WordPress
  */
 
 _deprecated_file( basename(__FILE__), '2.1', WPINC . '/rss.php' );
 require_once (ABSPATH . WPINC . '/rss.php');
-?>