浏览代码

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

Laurel Fulford 7 年之前
父节点
当前提交
db47dd6388
共有 1 个文件被更改,包括 1 次插入1 次删除
  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' ) );