Changeset 15132 for trunk/wp-admin/media-upload.php
- Timestamp:
- 06/03/2010 09:00:39 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/media-upload.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/media-upload.php
r15126 r15132 62 62 '<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>' . 63 63 '<p><strong>' . __('For more information:') . '</strong></p>' . 64 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel" >Documentation on Uploading Media Files</a>') . '</p>' .65 '<p>' . __('<a href="http://wordpress.org/support/" >Support Forums</a>') . '</p>'64 '<p>' . __('<a href="http://codex.wordpress.org/Media_Add_New_SubPanel" target="_blank">Documentation on Uploading Media Files</a>') . '</p>' . 65 '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' 66 66 ); 67 67
Note: See TracChangeset
for help on using the changeset viewer.