Skip to content

Commit b97f202

Browse files
authored
more consistent
1 parent b0682e7 commit b97f202

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
@@ -1455,7 +1455,7 @@ function wp_admin_bar_add_color_scheme_to_front_end() {
14551455
}
14561456

14571457
$suffix = SCRIPT_DEBUG ? '' : '.min';
1458-
$admin_bar_url = admin_url( 'css/colors/' . $color_scheme . "/admin-bar$suffix.css" );
1458+
$admin_bar_url = admin_url( "css/colors/{$color_scheme}/admin-bar{$suffix}.css" );
14591459

14601460
if ( ! $admin_bar_url ) {
14611461
return;

0 commit comments

Comments
 (0)