From a53b741359e4c25b2f5a8841250f4fa57cf28b29 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Thu, 16 Jul 2020 21:12:08 +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. Built from https://develop.svn.wordpress.org/trunk@48495 git-svn-id: http://core.svn.wordpress.org/trunk@48257 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/theme-install.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/theme-install.php b/wp-admin/includes/theme-install.php index bbc132ff4c..94b9f350a8 100644 --- a/wp-admin/includes/theme-install.php +++ b/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 */ diff --git a/wp-includes/version.php b/wp-includes/version.php index 4510fd1090..f2751eec83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.