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. git-svn-id: https://develop.svn.wordpress.org/trunk@48495 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5b9b012e53
commit
0fa4801a88
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user