Coding Standards: Update the docblock to remove superflous `since`.

The `@deprecated` DocBlock tag should start with the version followed by the description of what to use instead.

Fixes #44959.

Props keesiemeijer, sabernhardt.


Built from https://develop.svn.wordpress.org/trunk@48495


git-svn-id: http://core.svn.wordpress.org/trunk@48257 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
whyisjake 2020-07-16 21:12:08 +00:00
parent 6a88c91d3a
commit a53b741359
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ $theme_field_defaults = array(
*
* @since 2.8.0
*
* @deprecated since 3.1.0 Use get_theme_feature_list() instead.
* @deprecated 3.1.0 Use get_theme_feature_list() instead.
*
* @return array
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-beta2-48494';
$wp_version = '5.5-beta2-48495';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.