Making WordPress.org

Changeset 3438


Ignore:
Timestamp:
06/18/2016 02:36:19 PM (9 years ago)
Author:
samuelsidler
Message:

Plugin Directory: Update Favorites term to My Favorites.

See #1719.

File:
1 edited

Legend:

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

    r3404 r3438  
    6464
    6565        // Section Terms.
    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' );
     66        _x( 'Adopt Me',     'Plugin Section Name', 'wporg-plugins' );
     67        _x( 'Beta',         'Plugin Section Name', 'wporg-plugins' );
     68        _x( 'My Favorites', 'Plugin Section Name', 'wporg-plugins' );
     69        _x( 'Featured',     'Plugin Section Name', 'wporg-plugins' );
     70        _x( 'Popular',      'Plugin Section Name', 'wporg-plugins' );
    7171    }
    7272}
Note: See TracChangeset for help on using the changeset viewer.