Changeset 45602 for trunk/src/wp-admin/media-new.php
- Timestamp:
- 07/05/2019 05:20:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/media-new.php
r45140 r45602 48 48 'title' => __( 'Overview' ), 49 49 'content' => 50 51 52 53 54 55 50 '<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>' . 51 '<ul>' . 52 '<li>' . __( '<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.' ) . '</li>' . 53 '<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>' . 54 '<li>' . __( 'Revert to the <strong>Browser Uploader</strong> by clicking the link below the drag and drop box.' ) . '</li>' . 55 '</ul>', 56 56 ) 57 57 );
Note: See TracChangeset
for help on using the changeset viewer.