Explorar el Código

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

Laurel Fulford hace 6 años
padre
commit
a00894953f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',
 		),