Skip to content

Commit e57dcbb

Browse files
authored
single quotes in admin-bar.js
1 parent 14b56bf commit e57dcbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/js/_enqueues/lib/admin-bar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
removeClass( adminBar, 'nojs' );
4444

4545
// Hide command palette if not supported.
46-
if ( adminBarCommandPalette && ( ! wp.data || ! wp.data.dispatch( "core/commands" ) ) ) {
46+
if ( adminBarCommandPalette && ( ! wp.data || ! wp.data.dispatch( 'core/commands' ) ) ) {
4747
addClass( adminBarCommandPalette, 'hidden' );
4848
}
4949

0 commit comments

Comments
 (0)