瀏覽代碼

renamed slugs for color palette on editor

Maggie Cabrera 4 年之前
父節點
當前提交
83441c95ef
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      hever/functions.php

+ 4 - 4
hever/functions.php

@@ -93,12 +93,12 @@ if ( ! function_exists( 'hever_setup' ) ) :
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Foreground Low Contrast', 'hever' ),
 					'name'  => __( 'Foreground Low Contrast', 'hever' ),
-					'slug'  => 'foreground-light',
+					'slug'  => 'foreground-low-contrast',
 					'color' => $foreground_low_contrast,
 					'color' => $foreground_low_contrast,
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Foreground High Contrast', 'hever' ),
 					'name'  => __( 'Foreground High Contrast', 'hever' ),
-					'slug'  => 'foreground-dark',
+					'slug'  => 'foreground-high-contrast',
 					'color' => $foreground_high_contrast,
 					'color' => $foreground_high_contrast,
 				),
 				),
 				array(
 				array(
@@ -108,12 +108,12 @@ if ( ! function_exists( 'hever_setup' ) ) :
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Background High Contrast', 'hever' ),
 					'name'  => __( 'Background High Contrast', 'hever' ),
-					'slug'  => 'background-light',
+					'slug'  => 'background-high-contrast',
 					'color' => $background_high_contrast,
 					'color' => $background_high_contrast,
 				),
 				),
 				array(
 				array(
 					'name'  => __( 'Background Low Contrast', 'hever' ),
 					'name'  => __( 'Background Low Contrast', 'hever' ),
-					'slug'  => 'background-light',
+					'slug'  => 'background-low-contrast',
 					'color' => $background_low_contrast,
 					'color' => $background_low_contrast,
 				),
 				),
 			)
 			)