Contributors: Use simplified all_items label

This commit is contained in:
Corey McKrill 2019-10-16 15:30:58 -07:00
parent 66ef96e384
commit 8f5a81d6e9
No known key found for this signature in database
GPG key ID: C2C0746F7BF17E38

View file

@ -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' ),