Changeset 14989 for trunk/wp-admin/upload.php
- Timestamp:
- 05/27/2010 11:52:15 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/upload.php
r14924 r14989 169 169 '<p>' . __('Hovering over a row reveals action links: <em>Edit</em>, <em>Delete Permanently</em>, and <em>View</em>. Clicking <em>Edit</em> or on the media file’s name displays a simple screen to edit that individual file’s metadata. Clicking <em>Delete Permanently</em> will delete the file from the media library (as well as from any posts to which it is currently attached). <em>View</em> will take you to the display page for that file. ') . '</p>' . 170 170 '<p>' . __('If a media file has not been attached to any post, you will see that in the <em>Attached To</em> column, and can click on <em>Attach File</em> to launch a small popup that will allow you to search for a post and attach the file.') . '</p>' . 171 '<p> ' . __('For more information:<br />172 <a href="http://codex.wordpress.org/Media_Library_SubPanel">Media Library Documentation</a> <br />173 <a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'171 '<p><strong>' . __('For more information:') . '</strong></p>' . 172 '<p>' . __('<a href="http://codex.wordpress.org/Media_Library_SubPanel">Media Library Documentation</a>') . '</p>' . 173 '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>' 174 174 ); 175 175
Note: See TracChangeset
for help on using the changeset viewer.