Make WordPress Core


Ignore:
Timestamp:
11/24/2011 12:21:39 AM (14 years ago)
Author:
ryan
Message:

Help tabs. Props chexee. see #19020

File:
1 edited

Legend:

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

    r19435 r19445  
    6161    $title = __('Upload New Media');
    6262    $parent_file = 'upload.php';
    63 
    6463    get_current_screen()->add_help_tab( array(
    6564    'id'        => 'adding-media',
     
    7271    'title'     => __('Editing New Media'),
    7372    'content'   =>
    74         '<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>'
     73        '<p>' . __('There are three options for uploading files:') . 
     74        '<ul>' .
     75            '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' .
     76            '<li>' . __('<strong>Select Files</strong> will open the multi-file uploader, or you can use the <strong>Browser Uploader</strong>.') . '</li>' .
     77            '<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>' .
     78        '</ul>' .
     79        '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>' 
    7580    ) );
    76 
    7781    get_current_screen()->set_help_sidebar(
    7882        '<p><strong>' . __('For more information:') . '</strong></p>' .
Note: See TracChangeset for help on using the changeset viewer.