X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/0459461f9ea42e0b090759ff6fe5f48360bef750..refs/tags/wordpress-4.5:/wp-includes/customize/class-wp-customize-filter-setting.php diff --git a/wp-includes/customize/class-wp-customize-filter-setting.php b/wp-includes/customize/class-wp-customize-filter-setting.php index 605099f2..f6551b60 100644 --- a/wp-includes/customize/class-wp-customize-filter-setting.php +++ b/wp-includes/customize/class-wp-customize-filter-setting.php @@ -19,7 +19,12 @@ class WP_Customize_Filter_Setting extends WP_Customize_Setting { /** + * Saves the value of the setting, using the related API. + * * @since 3.4.0 + * @access public + * + * @param mixed $value The value to update. */ public function update( $value ) {} }