Make WordPress Core

Ticket #34909: 34909.patch

File 34909.patch, 820 bytes (added by Ankit K Gupta, 9 years ago)

patch file with updated credits.php

  • wp-admin/credits.php

     
    107107
    108108// These are strings returned by the API that we want to be translatable
    109109__( 'Project Leaders' );
    110 __( 'Extended Core Team' );
    111 __( 'Core Developers' );
    112 __( 'Recent Rockstars' );
    113110__( 'Core Contributors to WordPress %s' );
    114111__( 'Contributing Developers' );
    115112__( 'Cofounder, Project Lead' );
    116113__( 'Lead Developer' );
    117114__( 'Release Lead' );
    118 __( 'User Experience Lead' );
    119115__( 'Core Developer' );
    120 __( 'Core Committer' );
    121 __( 'Guest Committer' );
    122 __( 'Developer' );
    123 __( 'Designer' );
    124 __( 'Docs Committer' );
    125 __( 'XML-RPC' );
    126 __( 'Internationalization' );
    127116__( 'External Libraries' );
    128 __( 'Icon Design' );