From 8fe95c9e65b5838ba2999f5886bcc229c8915269 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 6 Feb 2015 21:14:24 +0000 Subject: [PATCH] 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 --- wp-includes/class-wp-customize-manager.php | 1 + wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 4947d274b6..e620ca9ccf 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -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). diff --git a/wp-includes/version.php b/wp-includes/version.php index e1b9b6291d..5859c960d9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.