소스 검색

missing quotation mark

Juan Carlos 5 년 전
부모
커밋
cb41e8fe6c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -472,7 +472,7 @@ function testimonials() {
       'exclude_from_search' => false,
       'publicly_queryable' => true,
       'capability_type' => 'page',
-      'menu_icon' => 'dashicons-format-quote,
+      'menu_icon' => 'dashicons-format-quote',
    );
    register_post_type( 'testimonials', $args );
 }