Make WordPress Core

Changeset 22524


Ignore:
Timestamp:
11/10/2012 07:56:17 AM (12 years ago)
Author:
nacin
Message:

Don't unnecessarily translate media upload tab strings. see #22186.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r22523 r22524  
    13011301    // to ensure plugins will work. We will then unset those tabs.
    13021302    $tabs = array(
    1303         // handler action suffix => tab text
    1304         'type'     => __('From Computer'),
    1305         'type_url' => __('From URL'),
    1306         'gallery'  => __('Gallery'),
    1307         'library'  => __('Media Library'),
     1303        // handler action suffix => tab label
     1304        'type'     => '',
     1305        'type_url' => '',
     1306        'gallery'  => '',
     1307        'library'  => '',
    13081308    );
    13091309
Note: See TracChangeset for help on using the changeset viewer.