From b2c816ff7497bf8f45a48fa323600cdd8a936bb7 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 11 Oct 2017 05:45:46 +0000 Subject: [PATCH] Customize: Correct docs for `WP_Customize_Manager::changeset_uuid()` after changes in [41626]. Props dlh. Fixes #42174. Built from https://develop.svn.wordpress.org/trunk@41825 git-svn-id: http://core.svn.wordpress.org/trunk@41659 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 -- wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 0cc6b2a510..b0eedc5b63 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -788,10 +788,8 @@ final class WP_Customize_Manager { * Get the changeset UUID. * * @since 4.7.0 - * @since 4.9.0 An exception is thrown if the changeset UUID has not been established yet. * @see WP_Customize_Manager::establish_loaded_changeset() * - * @throws Exception When the UUID has not been set yet. * @return string UUID. */ public function changeset_uuid() { diff --git a/wp-includes/version.php b/wp-includes/version.php index 27cf0b29bb..d25ee7b69f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta1-41824'; +$wp_version = '4.9-beta1-41825'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.