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
This commit is contained in:
Drew Jaynes 2016-02-27 21:17:25 +00:00
parent 820c9e2fca
commit e0cd5f9dba
2 changed files with 6 additions and 1 deletions

View File

@ -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 ) {}
}

View File

@ -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.