From 0fa4801a882e51d3e4dfed8421c3da58427a2958 Mon Sep 17 00:00:00 2001 From: Jake Spurlock Date: Thu, 16 Jul 2020 21:10:03 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/theme-install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/theme-install.php b/src/wp-admin/includes/theme-install.php index bbc132ff4c..94b9f350a8 100644 --- a/src/wp-admin/includes/theme-install.php +++ b/src/wp-admin/includes/theme-install.php @@ -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 */