Make WordPress Core


Ignore:
Timestamp:
05/01/2012 10:23:15 PM (13 years ago)
Author:
ryan
Message:

Clarify the uploading options in the media-new.php contextual help.

Props Ipstenu, DrewAPicture
fixes #19442

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/media-upload.php

    r20358 r20676  
    6969        '<ul>' .
    7070            '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' .
    71             '<li>' . __('<strong>Select Files</strong> will open the multi-file uploader, or you can use the <strong>Browser Uploader</strong>.') . '</li>' .
    7271            '<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            '<li>' . __('Revert to the <strong>Browser Uploader</strong> by clicking the link below the drag and drop box.') . '</li>' .
    7373        '</ul>' .
    7474        '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>'
Note: See TracChangeset for help on using the changeset viewer.