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
This commit is contained in:
John Blackbourn 2017-10-24 11:56:32 +00:00
parent 92d8a1799e
commit 4b6528e760
1 changed files with 2 additions and 2 deletions

View File

@ -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)