From 4b6528e760f96f9ef1e85bedb013e832158e9b21 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 24 Oct 2017 11:56:32 +0000 Subject: [PATCH] Docs: Correct a class name in the docs for `WP_Customize_Manager::post_value()`. See #41017 git-svn-id: https://develop.svn.wordpress.org/trunk@41989 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-customize-manager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php index 1398b43364..9127650a13 100644 --- a/src/wp-includes/class-wp-customize-manager.php +++ b/src/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)