From e0cd5f9dba91f48377b53e7900c97d60912180f1 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sat, 27 Feb 2016 21:17:25 +0000 Subject: [PATCH] Docs: Add a missing summary, `@access` tag, and parameter documentation to the DocBlock for `WP_Customize_Filter_Setting::update()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@36745 git-svn-id: http://core.svn.wordpress.org/trunk@36712 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-filter-setting.php | 5 +++++ wp-includes/version.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-includes/customize/class-wp-customize-filter-setting.php b/wp-includes/customize/class-wp-customize-filter-setting.php index 605099f2a2..f6551b6019 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 ) {} } diff --git a/wp-includes/version.php b/wp-includes/version.php index 09c382b5e6..3116577e55 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-beta1-36744'; +$wp_version = '4.5-beta1-36745'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.