From 2623caf8b0bbd9815dcebd0c3cfd900c1281a43a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 24 Oct 2017 11:57:49 +0000 Subject: [PATCH] Docs: Correct a class name in the docs for `WP_Customize_Manager::post_value()`. See #41017 Built from https://develop.svn.wordpress.org/trunk@41989 git-svn-id: http://core.svn.wordpress.org/trunk@41823 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 1398b43364..9127650a13 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -1708,8 +1708,8 @@ final class WP_Customize_Manager { * @since 4.6.0 `$default` is now returned early when the setting post value is invalid. * * @see WP_REST_Server::dispatch() - * @see WP_Rest_Request::sanitize_params() - * @see WP_Rest_Request::has_valid_params() + * @see WP_REST_Request::sanitize_params() + * @see WP_REST_Request::has_valid_params() * * @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 88c27453a6..871bef98d6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-beta3-41988'; +$wp_version = '4.9-beta3-41989'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.