소스 검색

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

Laurel Fulford 6 년 전
부모
커밋
a00894953f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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',
 		),