Making WordPress.org


Ignore:
Timestamp:
04/13/2017 06:29:31 PM (7 years ago)
Author:
coffee2code
Message:

Plugin Directory: Rename 'plugin_contributors' taxonomy metabox title from 'Authors' to 'Contributors'.

'Contributors' is consistent with the front-end labeling.

Props SergeyBiryukov.
Fixes #2708.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

    r5318 r5328  
    230230            'rewrite'           => false,
    231231            'labels'            => array(
    232                 'name' => __( 'Authors', 'wporg-plugins' ),
    233                 'singular_name' => __( 'Author', 'wporg-plugins' ),
     232                'name' => __( 'Contributors', 'wporg-plugins' ),
     233                'singular_name' => __( 'Contributor', 'wporg-plugins' ),
    234234            ),
    235235            'public'            => true,
Note: See TracChangeset for help on using the changeset viewer.