From dea4db7176d4b38b1d1bd85e5e8ef7e0ef3bcd09 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 22 Nov 2020 15:10:55 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@49678 602fd350-edb4-49c9-b593-d223f7449a82 --- .../customize/class-wp-widget-area-customize-control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/customize/class-wp-widget-area-customize-control.php b/src/wp-includes/customize/class-wp-widget-area-customize-control.php index bed0f8a5a6..218c3ee294 100644 --- a/src/wp-includes/customize/class-wp-widget-area-customize-control.php +++ b/src/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 */ /**