Skip to content

Commit 030bcfa

Browse files
Apply suggestion from @westonruter
Co-authored-by: Weston Ruter <westonruter@gmail.com>
1 parent 7c4d406 commit 030bcfa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/wp-includes/admin-bar.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -966,8 +966,7 @@ function wp_admin_bar_command_palette_menu( WP_Admin_Bar $wp_admin_bar ): void {
966966
*
967967
* Running the script as the admin bar is rendered avoids a flash of incorrect content
968968
* for users with Apple OS when the UA header is blocked. It also prevents the need for
969-
* wp-i18n to be loaded as a dependency as it is most likely not included on the front
970-
* end of a site.
969+
* wp-i18n to be loaded as a dependency.
971970
*/
972971
$function = <<<'JS'
973972
( shortcutLabels ) => {

0 commit comments

Comments
 (0)