浏览代码

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 );
 }