Gazette: Correct issue with translation function that was throwing PHP error.
This commit is contained in:
parent
40d5d9cc49
commit
a00894953f
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ function gazette_setup() {
|
|||
'color' => '#ddd',
|
||||
),
|
||||
array(
|
||||
'name' => esc_html_( 'White', 'gazette' ),
|
||||
'name' => esc_html__( 'White', 'gazette' ),
|
||||
'slug' => 'white',
|
||||
'color' => '#fff',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue