mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-10 18:37:58 +01:00
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:
parent
820c9e2fca
commit
e0cd5f9dba
@ -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 ) {}
|
||||
}
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user