Skip to content

Commit a005035

Browse files
authored
Remove default false argument for version
1 parent b97f202 commit a005035

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
@@ -1464,7 +1464,6 @@ function wp_admin_bar_add_color_scheme_to_front_end() {
14641464
wp_enqueue_style(
14651465
'admin-bar-color-scheme',
14661466
$admin_bar_url,
1467-
array( 'admin-bar' ),
1468-
false
1467+
array( 'admin-bar' )
14691468
);
14701469
}

0 commit comments

Comments
 (0)