From 06961964c4d7400c382fbe232b5987aa3949b392 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Wed, 11 Oct 2017 05:44:15 +0000 Subject: [PATCH] Customize: Correct docs for `WP_Customize_Manager::changeset_uuid()` after changes in [41626]. Props dlh. Fixes #42174. git-svn-id: https://develop.svn.wordpress.org/trunk@41825 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 0cc6b2a510..b0eedc5b63 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/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() {