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 c07f8671ad4528b81e903e4860fe7a561ba18de8..86458479df001dde15d197a908707c28754b7803 100644
(file)
--- a/
wp-includes/rss-functions.php
+++ b/
wp-includes/rss-functions.php
@@
-1,4
+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');
-?>