We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2017 commit 2ac2997Copy full SHA for 2ac2997
1 file changed
src/wp-includes/admin-bar.php
@@ -962,7 +962,7 @@ function wp_admin_bar_command_palette_menu( WP_Admin_Bar $wp_admin_bar ): void {
962
__( 'Open command palette' ),
963
);
964
/*
965
- * Detect Apple OS via JavaScript for users behind a CDN blocking the UA header.
+ * Detect Apple OS via JavaScript for sites behind a CDN blocking the UA header.
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
0 commit comments