Changeset 19528 for trunk/wp-admin/media-upload.php
- Timestamp:
- 12/01/2011 04:51:35 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r19511 r19528 71 71 '<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>' . 72 72 '</ul>' . 73 '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>' 73 '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>' 74 74 ) ); 75 75 get_current_screen()->set_help_sidebar( … … 80 80 81 81 require_once('./admin-header.php'); 82 82 83 83 $form_class = 'media-upload-form type-form validate'; 84 84
Note: See TracChangeset
for help on using the changeset viewer.