From c4f784ba8ece374fa24a72d8cabf57176473ffbf Mon Sep 17 00:00:00 2001 From: "Dominik Schilling (ocean90)" Date: Fri, 15 Aug 2014 19:48:16 +0000 Subject: [PATCH] Correct the documentation for the customize_save_* action. props celloexpressions. see #29165. git-svn-id: https://develop.svn.wordpress.org/trunk@29509 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-setting.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-setting.php b/src/wp-includes/class-wp-customize-setting.php index bb5fb75f59..a516b21864 100644 --- a/src/wp-includes/class-wp-customize-setting.php +++ b/src/wp-includes/class-wp-customize-setting.php @@ -165,8 +165,7 @@ class WP_Customize_Setting { return false; /** - * Fires when the WP_Customize_Setting::save() method is called for settings - * not handled as theme_mods or options. + * Fires when the WP_Customize_Setting::save() method is called. * * The dynamic portion of the hook name, $this->id_data['base'] refers to * the base slug of the setting name.