@@ -369,15 +369,21 @@ public function set_labels() {
369
369
'name ' => $ names ['plural ' ],
370
370
'singular_name ' => $ names ['singular ' ],
371
371
'add_new ' => _x ( 'Add New ' , 'dwqa ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
372
- 'add_new_item ' => __ ( 'Add New ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
373
- 'edit_item ' => __ ( 'Edit ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
374
- 'new_item ' => __ ( 'New ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
375
- 'view_item ' => __ ( 'View ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
376
- 'search_items ' => __ ( 'Search ' , 'dwqa ' ) . $ names ['plural ' ],
377
- 'not_found ' => $ names ['plural ' ] . ' ' . __ ( 'not found ' , 'dwqa ' ),
378
- 'not_found_in_trash ' => $ names ['plural ' ] . ' ' . __ ( 'not found in Trash ' , 'dwqa ' ),
379
- 'parent_item_colon ' => __ ( 'Parent: ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
380
- 'menu_name ' => isset ( $ names ['menu ' ] ) ? $ names ['menu ' ] : $ names ['plural ' ],
372
+ 'add_new_item ' => __ ( 'Add New ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
373
+ 'edit_item ' => __ ( 'Edit ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
374
+ 'new_item ' => __ ( 'New ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
375
+ 'view_item ' => __ ( 'View ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
376
+ 'search_items ' => __ ( 'Search ' , 'dwqa ' ) . $ names ['plural ' ],
377
+ 'not_found ' => $ names ['plural ' ] . ' ' . __ ( 'not found ' , 'dwqa ' ),
378
+ 'not_found_in_trash ' => $ names ['plural ' ] . ' ' . __ ( 'not found in Trash ' , 'dwqa ' ),
379
+ 'featured_image ' => __ ( 'Featured Image ' , 'dwqa ' ) . $ names ['singular ' ],
380
+ 'set_featured_image ' => __ ( 'Set featured image ' , 'dwqa ' ) . $ names ['singular ' ],
381
+ 'remove_featured_image ' => __ ( 'Remove featured image ' , 'dwqa ' ) . $ names ['singular ' ],
382
+ 'set_featured_image ' => __ ( 'Set featured image ' , 'dwqa ' ) . $ names ['singular ' ],
383
+ 'insert_into_item ' => __ ( 'Insert into item ' , 'dwqa ' ) . $ names ['singular ' ],
384
+ 'uploaded_to_this_item ' => __ ( 'Uploaded to this item ' , 'dwqa ' ) . $ names ['singular ' ],
385
+ 'parent_item_colon ' => __ ( 'Parent: ' , 'dwqa ' ) . ' ' . $ names ['singular ' ],
386
+ 'menu_name ' => isset ( $ names ['menu ' ] ) ? $ names ['menu ' ] : $ names ['plural ' ],
381
387
);
382
388
}
383
389
0 commit comments