Parcourir la source

missing quotation mark

Juan Carlos il y a 5 ans
Parent
commit
cb41e8fe6c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 );
 }