Explorar o código

renamed slugs for color palette on editor

Maggie Cabrera %!s(int64=4) %!d(string=hai) anos
pai
achega
83441c95ef
Modificáronse 1 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      hever/functions.php

+ 4 - 4
hever/functions.php

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