We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cb50e commit 4a32053Copy full SHA for 4a32053
tests/phpunit/tests/theme.php
@@ -1506,7 +1506,7 @@ public function test_validate_theme_requirements_filter_selective_failure() {
1506
// Adds an extra requirement only for a particular theme.
1507
add_filter(
1508
'validate_theme_requirements',
1509
- function( $met_requirements, $stylesheet ) {
+ function ( $met_requirements, $stylesheet ) {
1510
if ( 'twentytwenty' === $stylesheet ) {
1511
return new WP_Error( 'theme_test_failed_requirement' );
1512
}
0 commit comments