Make WordPress Core

Changeset 21502


Ignore:
Timestamp:
08/14/2012 06:32:26 PM (12 years ago)
Author:
ryan
Message:

Better instruction text on custom header screen. Props jane, JustinSainton fixes #20992

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-header.php

    r21037 r21502  
    529529<th scope="row"><?php _e( 'Select Image' ); ?></th>
    530530<td>
    531     <p><?php _e( 'You can upload a custom header image to be shown at the top of your site instead of the default one. On the next screen you will be able to crop the image.' ); ?><br />
     531    <p><?php _e( 'You can select an image to be shown at the top of your site by uploading from your computer or choosing from your media library. After selecting an image you will be able to crop it.' ); ?><br />
    532532    <?php
    533533    if ( ! current_theme_supports( 'custom-header', 'flex-height' ) && ! current_theme_supports( 'custom-header', 'flex-width' ) ) {
Note: See TracChangeset for help on using the changeset viewer.