Twenty Seventeen: Update since and see annotations for twentyseventeen_unique_id().

Previously introduced in [43659].

See #44883.
Built from https://develop.svn.wordpress.org/trunk@44408


git-svn-id: http://core.svn.wordpress.org/trunk@44238 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-06 20:15:49 +00:00
parent 33a71f04e2
commit 5781515e7d
2 changed files with 3 additions and 3 deletions

View File

@ -622,8 +622,8 @@ add_filter( 'widget_tag_cloud_args', 'twentyseventeen_widget_tag_cloud_args' );
* with the optional prefix. As such the returned value is not universally unique,
* but it is unique across the life of the PHP process.
*
* @since Twenty Seventeen 1.8
* @see wp_unique_id() Themes requiring WordPress 4.9.9 and greater should use this instead.
* @since Twenty Seventeen 2.0
* @see wp_unique_id() Themes requiring WordPress 5.0.3 and greater should use this instead.
*
* @staticvar int $id_counter
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44406';
$wp_version = '5.1-alpha-44408';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.