Make WordPress Core

Changeset 36554


Ignore:
Timestamp:
02/17/2016 06:59:38 PM (9 years ago)
Author:
ocean90
Message:

Credits: Remove unused strings.

Props Ankit K Gupta.
Fixes #34909.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/credits.php

    r36406 r36554  
    114114// These are strings returned by the API that we want to be translatable
    115115__( 'Project Leaders' );
    116 __( 'Extended Core Team' );
    117 __( 'Core Developers' );
    118 __( 'Recent Rockstars' );
    119116__( 'Core Contributors to WordPress %s' );
    120117__( 'Contributing Developers' );
     
    122119__( 'Lead Developer' );
    123120__( 'Release Lead' );
    124 __( 'User Experience Lead' );
    125121__( 'Core Developer' );
    126 __( 'Core Committer' );
    127 __( 'Guest Committer' );
    128 __( 'Developer' );
    129 __( 'Designer' );
    130 __( 'Docs Committer' );
    131 __( 'XML-RPC' );
    132 __( 'Internationalization' );
    133122__( 'External Libraries' );
    134 __( 'Icon Design' );
Note: See TracChangeset for help on using the changeset viewer.