Skip to content

Commit 1f16c56

Browse files
committed
Fix PHPCS error
1 parent 7a03b40 commit 1f16c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-includes/script-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3435,7 +3435,7 @@ function wp_enqueue_command_palette_assets() {
34353435
);
34363436

34373437
// Only collect text nodes at root level (not wrapped in any HTML tags).
3438-
$extract_root_text = static function( $label ) {
3438+
$extract_root_text = static function ( $label ) {
34393439
if ( '' === $label ) {
34403440
return '';
34413441
}

0 commit comments

Comments
 (0)