Selaa lähdekoodia

Gazette: Correct issue with translation function that was throwing PHP error.

Laurel Fulford 6 vuotta sitten
vanhempi
commit
a00894953f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      gazette/functions.php

+ 1 - 1
gazette/functions.php

@@ -113,7 +113,7 @@ function gazette_setup() {
 			'color' => '#ddd',
 		),
 		array(
-			'name'  => esc_html_( 'White', 'gazette' ),
+			'name'  => esc_html__( 'White', 'gazette' ),
 			'slug'  => 'white',
 			'color' => '#fff',
 		),