Make WordPress Core


Ignore:
Timestamp:
12/01/2011 04:51:35 AM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r19511 r19528  
    7171            '<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>' .
    7272        '</ul>' .
    73         '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>' 
     73        '<p>' . __('Basic image editing is available after upload is complete. Make sure you click Save before leaving this screen.') . '</p>'
    7474    ) );
    7575    get_current_screen()->set_help_sidebar(
     
    8080
    8181    require_once('./admin-header.php');
    82    
     82
    8383    $form_class = 'media-upload-form type-form validate';
    8484
Note: See TracChangeset for help on using the changeset viewer.