diff --git a/wp-includes/theme.php b/wp-includes/theme.php index 0194462e54..b2543639bc 100644 --- a/wp-includes/theme.php +++ b/wp-includes/theme.php @@ -771,7 +771,7 @@ function validate_current_theme() { * * @since 2.7.0 * - * @param bool $validate Validation flag to check the current theme. + * @param bool $validate Whether to validate the current theme. Default true. */ if ( wp_installing() || ! apply_filters( 'validate_current_theme', true ) ) return true; diff --git a/wp-includes/version.php b/wp-includes/version.php index bf2e7624a1..4b912560cf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-35975'; +$wp_version = '4.5-alpha-35976'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.