Making WordPress.org

Changeset 3404


Ignore:
Timestamp:
06/17/2016 09:19:21 AM (9 years ago)
Author:
obenland
Message:

Plugin Directory: Make missing section titles available for i18n.

See #1573.

File:
1 edited

Legend:

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

    r3322 r3404  
    6464
    6565        // Section Terms.
    66         _x( 'Beta',     'Plugin Section Name', 'wporg-plugins' );
    67         _x( 'Featured', 'Plugin Section Name', 'wporg-plugins' );
    68         _x( 'Popular',  'Plugin Section Name', 'wporg-plugins' );
     66        _x( 'Adopt Me',  'Plugin Section Name', 'wporg-plugins' );
     67        _x( 'Beta',      'Plugin Section Name', 'wporg-plugins' );
     68        _x( 'Favorites', 'Plugin Section Name', 'wporg-plugins' );
     69        _x( 'Featured',  'Plugin Section Name', 'wporg-plugins' );
     70        _x( 'Popular',   'Plugin Section Name', 'wporg-plugins' );
    6971    }
    7072}
Note: See TracChangeset for help on using the changeset viewer.