Make WordPress Core


Ignore:
Timestamp:
12/01/2011 01:33:26 AM (14 years ago)
Author:
nacin
Message:

Help tweaks for comments, media, edit.php, update-core.php. props jane, see #19020.

File:
1 edited

Legend:

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

    r19445 r19511  
    6262    $parent_file = 'upload.php';
    6363    get_current_screen()->add_help_tab( array(
    64     'id'        => 'adding-media',
    65     'title'     => __('Adding Media'),
     64    'id'        => 'overview',
     65    'title'     => __('Overview'),
    6666    'content'   =>
    67         '<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.') . '</p>'
    68     ) );
    69     get_current_screen()->add_help_tab( array(
    70     'id'        => 'editing-new-media',
    71     'title'     => __('Editing New Media'),
    72     'content'   =>
    73         '<p>' . __('There are three options for uploading files:') . 
     67        '<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>' .
    7468        '<ul>' .
    7569            '<li>' . __('<strong>Drag and drop</strong> your files into the area below. Multiple files are allowed.') . '</li>' .
Note: See TracChangeset for help on using the changeset viewer.