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
This commit is contained in:
John Blackbourn 2017-10-24 11:57:49 +00:00
parent 4c16522bbe
commit 2623caf8b0
2 changed files with 3 additions and 3 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)

View File

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