From af680788bcfd7c73de391ea2826a74fa95610d0d Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Wed, 7 Jan 2015 01:47:17 +0000 Subject: [PATCH] Add a description for the `$data` parameter in the DocBlock for the `customize_save_response` hook introduced in [31062]. Props westonruter. Fixes #29098. git-svn-id: https://develop.svn.wordpress.org/trunk@31063 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index bc1305fe61..556bc60d8b 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/wp-includes/class-wp-customize-manager.php @@ -677,7 +677,8 @@ final class WP_Customize_Manager { * * @since 4.2.0 * - * @param array $data + * @param array $data Additional information passed back to the 'saved' + * event on `wp.customize`. * @param WP_Customize_Manager $this WP_Customize_Manager instance. */ $response = apply_filters( 'customize_save_response', array(), $this );