Make WordPress Core


Ignore:
Timestamp:
05/25/2010 10:38:29 PM (15 years ago)
Author:
ryan
Message:

Media help. Props filosofo. see #13467

File:
1 edited

Legend:

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

    r14808 r14908  
    163163
    164164wp_enqueue_script('media');
     165
     166add_contextual_help( $current_screen,
     167    '<p>' . __('All the files you’ve uploaded are listed in the Media Library, with the most recent uploads listed first. You can use the <em>Screen Options</em> tab to customize the display of this screen.') . '</p>' .
     168    '<p>' . __('You can narrow the list by file type/status using the text link filters at the top of the screen. You also can refine the list by date using the dropdown menu above the media table.') . '</p>' .
     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&#8217;s name displays a simple screen to edit that individual file&#8217;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    '<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>'
     174);
     175
    165176require_once('./admin-header.php');
    166177?>
Note: See TracChangeset for help on using the changeset viewer.