Scratchpad: Quote a string so that PHP stops trying to treat it as a constant.

This commit is contained in:
Laurel Fulford 2018-02-28 14:44:43 -08:00
parent 00ff66c496
commit db47dd6388

View file

@ -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' ) );