From dda5dcd0282a4c0c9ce690755ae91a1178658b8b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 22 Nov 2020 15:12:03 +0000 Subject: [PATCH] Docs: Correct `@since` tag for the `class-wp-widget-area-customize-control.php` file. Per the documentation standards, the file header `@since` tag is supposed to specify when the file was introduced. Follow-up to [35389]. See #51800. Built from https://develop.svn.wordpress.org/trunk@49678 git-svn-id: http://core.svn.wordpress.org/trunk@49401 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../customize/class-wp-widget-area-customize-control.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-widget-area-customize-control.php b/wp-includes/customize/class-wp-widget-area-customize-control.php index bed0f8a5a6..218c3ee294 100644 --- a/wp-includes/customize/class-wp-widget-area-customize-control.php +++ b/wp-includes/customize/class-wp-widget-area-customize-control.php @@ -4,7 +4,7 @@ * * @package WordPress * @subpackage Customize - * @since 3.4.0 + * @since 4.4.0 */ /** diff --git a/wp-includes/version.php b/wp-includes/version.php index 0a43b11ab6..8a2a2bb489 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49677'; +$wp_version = '5.7-alpha-49678'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.