From 73ba0f5126104740315d4e4af6e14d06294d5700 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Sun, 6 Jan 2019 20:14:35 +0000 Subject: [PATCH] Twenty Seventeen: Update `since` and `see` annotations for `twentyseventeen_unique_id()`. Previously introduced in [43659]. See #44883. git-svn-id: https://develop.svn.wordpress.org/trunk@44408 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyseventeen/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-content/themes/twentyseventeen/functions.php b/src/wp-content/themes/twentyseventeen/functions.php index 376d6118c3..3ede27495b 100644 --- a/src/wp-content/themes/twentyseventeen/functions.php +++ b/src/wp-content/themes/twentyseventeen/functions.php @@ -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 *