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.