diff --git a/wp-content/themes/twentyseventeen/functions.php b/wp-content/themes/twentyseventeen/functions.php index 376d6118c3..3ede27495b 100644 --- a/wp-content/themes/twentyseventeen/functions.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c75d1c1c2..eb36da7795 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.