Making WordPress.org

Changeset 3495


Ignore:
Timestamp:
06/20/2016 09:11:14 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Be more inclusive.

See #1719.

File:
1 edited

Legend:

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

    r3399 r3495  
    157157
    158158                case 'developers':
    159                     $title = _x( 'Developers', 'plugin tab title', 'wporg-plugins' );
     159                    $title = _x( 'Contributors & Developers', 'plugin tab title', 'wporg-plugins' );
    160160                    $url   = trailingslashit( $permalink ) . '/' . $section_slug . '/';
    161161                    break;
Note: See TracChangeset for help on using the changeset viewer.