diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 63a9f81c1d..0194462e54 100644 --- a/src/wp-includes/theme.php +++ b/src/wp-includes/theme.php @@ -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;