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
This commit is contained in:
Sergey Biryukov 2020-11-22 15:12:03 +00:00
parent 991114fb57
commit dda5dcd028
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
*
* @package WordPress
* @subpackage Customize
* @since 3.4.0
* @since 4.4.0
*/
/**

View File

@ -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.