Docs: Add missing @deprecated tags in the file docblock of some deprecated files.

Props jrf.
Fixes #48254.
Built from https://develop.svn.wordpress.org/trunk@46439


git-svn-id: http://core.svn.wordpress.org/trunk@46237 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-10-08 17:19:04 +00:00
parent 932df464e6
commit 760a55b310
8 changed files with 10 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
* Deprecated. Use rss.php instead.
*
* @package WordPress
* @deprecated 2.1.0
*/
_deprecated_file( basename( __FILE__ ), '2.1.0', WPINC . '/rss.php' );