We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4d406 commit 030bcfaCopy full SHA for 030bcfa
1 file changed
src/wp-includes/admin-bar.php
@@ -966,8 +966,7 @@ function wp_admin_bar_command_palette_menu( WP_Admin_Bar $wp_admin_bar ): void {
966
*
967
* Running the script as the admin bar is rendered avoids a flash of incorrect content
968
* 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.
+ * wp-i18n to be loaded as a dependency.
971
*/
972
$function = <<<'JS'
973
( shortcutLabels ) => {
0 commit comments