Skip to content

Commit bc575e2

Browse files
Changed double to single quotes for phpcs.
1 parent 960964b commit bc575e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/class-admin-bar.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public function render_admin_bar_css() {
9494
}
9595

9696
$css =
97-
"
97+
'
9898
#wpadminbar {
9999
background-color: %s !important;
100100
}
@@ -125,7 +125,7 @@ public function render_admin_bar_css() {
125125
color: #fff;
126126
}
127127
}
128-
";
128+
';
129129

130130
$css = vsprintf( $css, $this->config['colors'] );
131131

0 commit comments

Comments
 (0)