Quellcode durchsuchen

Brompton: Code tidying.

Allan Cole vor 5 Jahren
Ursprung
Commit
ae265481aa
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      brompton/functions.php

+ 2 - 2
brompton/functions.php

@@ -100,12 +100,12 @@ if ( ! function_exists( 'brompton_setup' ) ) :
 					'color' => $foreground,
 				),
 				array(
-					'name'  => __( 'Foreground Light', 'balasana' ),
+					'name'  => __( 'Foreground Light', 'barnsbury' ),
 					'slug'  => 'foreground-light',
 					'color' => $foreground_light,
 				),
 				array(
-					'name'  => __( 'Foreground Dark', 'balasana' ),
+					'name'  => __( 'Foreground Dark', 'barnsbury' ),
 					'slug'  => 'foreground-dark',
 					'color' => $foreground_dark,
 				),