Преглед на файлове

Update library/custom-post-type.php

felixhirschfeld преди 13 години
родител
ревизия
16dd7d7dee
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      library/custom-post-type.php

+ 1 - 0
library/custom-post-type.php

@@ -23,6 +23,7 @@ function custom_post_example() {
 		array('labels' => array(
 			'name' => __('Custom Types', 'post type general name'), /* This is the Title of the Group */
 			'singular_name' => __('Custom Post', 'post type singular name'), /* This is the individual type */
+			'all_items' => __('All Custom Posts'), /* the all items menu item */
 			'add_new' => __('Add New', 'custom post type item'), /* The add new menu item */
 			'add_new_item' => __('Add New Custom Type'), /* Add New Display Title */
 			'edit' => __( 'Edit' ), /* Edit Dialog */