Customizer: Add changelog entry for the 'default' parameter added in [31329].
props westonruter. see #30988. Built from https://develop.svn.wordpress.org/trunk@31360 git-svn-id: http://core.svn.wordpress.org/trunk@31341 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9e661dcae
commit
8fe95c9e65
|
@ -426,6 +426,7 @@ final class WP_Customize_Manager {
|
|||
* Return the sanitized value for a given setting from the request's POST data.
|
||||
*
|
||||
* @since 3.4.0
|
||||
* @since 4.1.1 Introduced 'default' parameter.
|
||||
*
|
||||
* @param WP_Customize_Setting $setting A WP_Customize_Setting derived object
|
||||
* @param mixed $default value returned $setting has no post value (added in 4.2.0).
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.2-alpha-31359';
|
||||
$wp_version = '4.2-alpha-31360';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue