Changeset 19445 for trunk/wp-admin/media-upload.php
- Timestamp:
- 11/24/2011 12:21:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r19435 r19445 61 61 $title = __('Upload New Media'); 62 62 $parent_file = 'upload.php'; 63 64 63 get_current_screen()->add_help_tab( array( 65 64 'id' => 'adding-media', … … 72 71 'title' => __('Editing New Media'), 73 72 'content' => 74 '<p>' . __('There are two options for uploading files: <em>Select Files</em> will open the Flash-based uploader (multiple file upload allowed), or you can use the <em>Browser Uploader</em>. Clicking <em>Select Files</em> opens a navigation window showing you files in your operating system. Selecting <em>Open</em> after clicking on the file you want activates a progress bar on the uploader screen. Basic image editing is available after upload is complete. Make sure you click <em>Save</em> before leaving this screen.') . '</p>' 73 '<p>' . __('There are three options for uploading files:') . 74 '<ul>' . 75 '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' . 76 '<li>' . __('<strong>Select Files</strong> will open the multi-file uploader, or you can use the <strong>Browser Uploader</strong>.') . '</li>' . 77 '<li>' . __('Clicking <strong>Select Files</strong> opens a navigation window showing you files in your operating system. Selecting <strong>Open</strong> after clicking on the file you want activates a progress bar on the uploader screen.') . '</li>' . 78 '</ul>' . 79 '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>' 75 80 ) ); 76 77 81 get_current_screen()->set_help_sidebar( 78 82 '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset
for help on using the changeset viewer.