Skip to content

Commit 2ac2997

Browse files
committed
sites not users.
1 parent f3f2017 commit 2ac2997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-includes/admin-bar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ function wp_admin_bar_command_palette_menu( WP_Admin_Bar $wp_admin_bar ): void {
962962
__( 'Open command palette' ),
963963
);
964964
/*
965-
* Detect Apple OS via JavaScript for users behind a CDN blocking the UA header.
965+
* Detect Apple OS via JavaScript for sites behind a CDN blocking the UA header.
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

0 commit comments

Comments
 (0)