Docs: Correct a parameter name for the `validate_current_theme` filter.

See #32246.
Built from https://develop.svn.wordpress.org/trunk@35972


git-svn-id: http://core.svn.wordpress.org/trunk@35937 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2015-12-16 19:36:28 +00:00
parent 4a6d77c8e5
commit 4e6e728703
2 changed files with 2 additions and 2 deletions

View File

@ -771,7 +771,7 @@ function validate_current_theme() {
*
* @since 2.7.0
*
* @param bool true Validation flag to check the current theme.
* @param bool $validate Validation flag to check the current theme.
*/
if ( wp_installing() || ! apply_filters( 'validate_current_theme', true ) )
return true;

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.5-alpha-35971';
$wp_version = '4.5-alpha-35972';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.