Making WordPress.org

Ticket #2708: 2708.patch

File 2708.patch, 838 bytes (added by SergeyBiryukov, 8 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php

     
    206206                        'sort'              => true,
    207207                        'rewrite'           => false,
    208208                        'labels'            => array(
    209                                 'name' => __( 'Authors', 'wporg-plugins' ),
    210                                 'singular_name' => __( 'Author', 'wporg-plugins' ),
     209                                'name' => __( 'Contributors', 'wporg-plugins' ),
     210                                'singular_name' => __( 'Contributor', 'wporg-plugins' ),
    211211                        ),
    212212                        'public'            => true,
    213213                        'show_ui'           => true,