Scratchpad: Quote a string so that PHP stops trying to treat it as a constant.
This commit is contained in:
parent
00ff66c496
commit
db47dd6388
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ add_color_rule( 'fg2', '#2590ec', array(
|
|||
|
||||
// Fill
|
||||
array( '.grip-pencil0,
|
||||
.grip-pencil2', 'fill', bg, 3 ),
|
||||
.grip-pencil2', 'fill', 'bg', 3 ),
|
||||
),
|
||||
__( 'Color 5' ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue