Making WordPress.org


Ignore:
Timestamp:
10/19/2016 06:23:13 AM (9 years ago)
Author:
dd32
Message:

Plugin Directory: Add no-js handling for JS-only sections and add the start of the admin sidebars.

See #2111

File:
1 edited

Legend:

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

    r3935 r4263  
    176176
    177177                case 'developers':
    178                     $title = _x( 'Contributors & Developers', 'plugin tab title', 'wporg-plugins' );
     178                    $title = _x( 'Authors', 'plugin tab title', 'wporg-plugins' );
    179179                    $url   = trailingslashit( $permalink ) . '/' . $section_slug . '/';
    180180                    break;
Note: See TracChangeset for help on using the changeset viewer.