浏览代码

renamed new color annotation file

Maggie Cabrera 4 年之前
父节点
当前提交
ea1e9e99be
共有 3 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      hever/inc/wpcom-editor-colors.php
  2. 1 1
      hever/inc/wpcom.php
  3. 0 0
      varia/inc/wpcom-colors-css-variables.php

+ 1 - 1
hever/inc/wpcom-editor-colors.php

@@ -1,2 +1,2 @@
 <?php
-require_once get_template_directory() . '/inc/wpcom-colors-v2.php';
+require_once get_template_directory() . '/inc/wpcom-colors-css-variables.php';

+ 1 - 1
hever/inc/wpcom.php

@@ -6,7 +6,7 @@
  *
  * @package Hever
  */
-require_once get_template_directory() . '/inc/wpcom-colors-v2.php';
+require_once get_template_directory() . '/inc/wpcom-colors-css-variables.php';
 /**
  * Bind JS handlers to instantly live-preview changes.
  */

+ 0 - 0
varia/inc/wpcom-colors-v2.php → varia/inc/wpcom-colors-css-variables.php