Changeset 9981
- Timestamp:
- 11/30/2008 01:39:21 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/media.php
r9931 r9981 331 331 global $post_ID, $temp_ID; 332 332 $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')); 334 334 $media_upload_iframe_src = "media-upload.php?post_id=$uploading_iframe_ID"; 335 335 $media_title = __('Add Media');
Note: See TracChangeset
for help on using the changeset viewer.