Browse Source

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

Laurel Fulford 6 years ago
parent
commit
a00894953f
1 changed files with 1 additions and 1 deletions
  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',
 		),