scripts.mit.edu
/
autoinstalls
/
wordpress.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Wordpress 3.6-scripts
[autoinstalls/wordpress.git]
/
wp-includes
/
rss-functions.php
diff --git
a/wp-includes/rss-functions.php
b/wp-includes/rss-functions.php
index ea3269289fb7b7f0d66e4055ae3dddc6f0f0f964..86458479df001dde15d197a908707c28754b7803 100644
(file)
--- a/
wp-includes/rss-functions.php
+++ b/
wp-includes/rss-functions.php
@@
-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');
-?>