Changeset 19511 for trunk/wp-admin/media-upload.php
- Timestamp:
- 12/01/2011 01:33:26 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/media-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r19445 r19511 62 62 $parent_file = 'upload.php'; 63 63 get_current_screen()->add_help_tab( array( 64 'id' => ' adding-media',65 'title' => __(' Adding Media'),64 'id' => 'overview', 65 'title' => __('Overview'), 66 66 'content' => 67 '<p>' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share.') . '</p>' 68 ) ); 69 get_current_screen()->add_help_tab( array( 70 'id' => 'editing-new-media', 71 'title' => __('Editing New Media'), 72 'content' => 73 '<p>' . __('There are three options for uploading files:') . 67 '<p>' . __('You can upload media files here without creating a post first. This allows you to upload files to use with posts and pages later and/or to get a web link for a particular file that you can share. There are three options for uploading files:') . '</p>' . 74 68 '<ul>' . 75 69 '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' .
Note: See TracChangeset
for help on using the changeset viewer.