mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-04 18:05:45 +03:00
Contributors: Use simplified all_items label
This commit is contained in:
parent
66ef96e384
commit
8f5a81d6e9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue