Browse Source

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

Laurel Fulford 7 years ago
parent
commit
db47dd6388
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scratchpad/inc/wpcom-colors.php

+ 1 - 1
scratchpad/inc/wpcom-colors.php

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