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.