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

This commit is contained in:
Laurel Fulford 2018-11-05 10:55:24 -08:00
parent 40d5d9cc49
commit a00894953f

View file

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