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
This commit is contained in:
parent
6abe575a2a
commit
06961964c4
@ -788,10 +788,8 @@ final class WP_Customize_Manager {
|
|||||||
* Get the changeset UUID.
|
* Get the changeset UUID.
|
||||||
*
|
*
|
||||||
* @since 4.7.0
|
* @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()
|
* @see WP_Customize_Manager::establish_loaded_changeset()
|
||||||
*
|
*
|
||||||
* @throws Exception When the UUID has not been set yet.
|
|
||||||
* @return string UUID.
|
* @return string UUID.
|
||||||
*/
|
*/
|
||||||
public function changeset_uuid() {
|
public function changeset_uuid() {
|
||||||
|
Loading…
Reference in New Issue
Block a user