Make WordPress Core

Changeset 9981


Ignore:
Timestamp:
11/30/2008 01:39:21 PM (16 years ago)
Author:
azaozz
Message:

Change the uploader buttons label to Upload/Insert

File:
1 edited

Legend:

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

    r9931 r9981  
    331331    global $post_ID, $temp_ID;
    332332    $uploading_iframe_ID = (int) (0 == $post_ID ? $temp_ID : $post_ID);
    333     $context = apply_filters('media_buttons_context', __('Upload %s'));
     333    $context = apply_filters('media_buttons_context', __('Upload/Insert %s'));
    334334    $media_upload_iframe_src = "media-upload.php?post_id=$uploading_iframe_ID";
    335335    $media_title = __('Add Media');
Note: See TracChangeset for help on using the changeset viewer.