mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-02 01:01:18 +03:00
Contributors: Use simplified all_items label
This commit is contained in:
parent
66ef96e384
commit
8f5a81d6e9
|
@ -25,7 +25,7 @@ function register_custom_post_type() {
|
|||
'archives' => __( 'Contributor Archives', 'wporg' ),
|
||||
'attributes' => __( 'Contributor Attributes', 'wporg' ),
|
||||
'parent_item_colon' => __( 'Parent Contributor:', 'wporg' ),
|
||||
'all_items' => __( 'All Contributors', 'wporg' ),
|
||||
'all_items' => __( 'Contributors', 'wporg' ),
|
||||
'add_new_item' => __( 'Add New Contributor', 'wporg' ),
|
||||
'add_new' => __( 'Add New', 'wporg' ),
|
||||
'new_item' => __( 'New Contributor', 'wporg' ),
|
||||
|
|
Loading…
Reference in a new issue