@@ -73,15 +73,15 @@ public function custom_post_type()
73
73
'singular_name ' => _x ( $ custom_post ['singular ' ], 'post type singular name ' , $ custom_post ['text_domain ' ] ),
74
74
'menu_name ' => _x ( $ custom_post ['plural ' ], 'admin menu ' , $ custom_post ['text_domain ' ] ),
75
75
'name_admin_bar ' => _x ( $ custom_post ['singular ' ], 'add new on admin bar ' , $ custom_post ['text_domain ' ] ),
76
- 'add_new ' => _x ( 'Add New ' . $ custom_post ['singular ' ], ' awps ' ),
77
- 'add_new_item ' => __ ( 'Add New ' . $ custom_post ['singular ' ], ' awps ' ),
78
- 'new_item ' => __ ( 'New ' . $ custom_post ['singular ' ], ' awps ' ),
79
- 'edit_item ' => __ ( 'Edit ' . $ custom_post ['singular ' ], ' awps ' ),
80
- 'view_item ' => __ ( 'View ' . $ custom_post ['singular ' ], ' awps ' ),
81
- 'view_items ' => __ ( 'View ' . $ custom_post ['plural ' ], ' awps ' ),
82
- 'all_items ' => __ ( 'All ' . $ custom_post ['plural ' ], ' awps ' ),
83
- 'search_items ' => __ ( 'Search ' . $ custom_post ['plural ' ], ' awps ' ),
84
- 'parent_item_colon ' => __ ( 'Parent ' . $ custom_post ['plural ' ], ' awps ' ),
76
+ 'add_new ' => _x ( 'Add New ' . $ custom_post ['singular ' ], $ custom_post [ ' text_domain ' ] ),
77
+ 'add_new_item ' => __ ( 'Add New ' . $ custom_post ['singular ' ], $ custom_post [ ' text_domain ' ] ),
78
+ 'new_item ' => __ ( 'New ' . $ custom_post ['singular ' ], $ custom_post [ ' text_domain ' ] ),
79
+ 'edit_item ' => __ ( 'Edit ' . $ custom_post ['singular ' ], $ custom_post [ ' text_domain ' ] ),
80
+ 'view_item ' => __ ( 'View ' . $ custom_post ['singular ' ], $ custom_post [ ' text_domain ' ] ),
81
+ 'view_items ' => __ ( 'View ' . $ custom_post ['plural ' ], $ custom_post [ ' text_domain ' ] ),
82
+ 'all_items ' => __ ( 'All ' . $ custom_post ['plural ' ], $ custom_post [ ' text_domain ' ] ),
83
+ 'search_items ' => __ ( 'Search ' . $ custom_post ['plural ' ], $ custom_post [ ' text_domain ' ] ),
84
+ 'parent_item_colon ' => __ ( 'Parent ' . $ custom_post ['plural ' ], $ custom_post [ ' text_domain ' ] ),
85
85
'not_found ' => __ ( 'No ' . $ custom_post ['plural ' ] . ' found. ' , $ custom_post ['text_domain ' ] ),
86
86
'not_found_in_trash ' => __ ( 'No ' . $ custom_post ['plural ' ] . ' found in Trash. ' , $ custom_post ['text_domain ' ] ),
87
87
);
0 commit comments