diff --git a/src/wp-includes/theme.php b/src/wp-includes/theme.php index 0194462e54..b2543639bc 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 $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;