Explorar el Código

Varia: Code tidying.

Allan Cole hace 5 años
padre
commit
e4d50634b5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      varia/functions.php

+ 1 - 1
varia/functions.php

@@ -171,7 +171,7 @@ if ( ! function_exists( 'varia_setup' ) ) :
 					'color' => ! isset($foreground) ? '#444444' : $foreground,
 				),
 				array(
-					'name'  => __( 'White', 'varia' ),
+					'name'  => __( 'Background', 'varia' ),
 					'slug'  => 'background',
 					'color' => ! isset($background) ? '#FFFFFF' : $background,
 				),