Make WordPress Core

Changeset 20885


Ignore:
Timestamp:
05/24/2012 09:07:39 PM (13 years ago)
Author:
nacin
Message:

Move from 'Upload Image' to 'Select Image' as this section now includes choosing an image from the media library. see #20737.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

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

    r20884 r20885  
    249249<?php endif; ?>
    250250<tr valign="top">
    251 <th scope="row"><?php _e('Upload Image'); ?></th>
     251<th scope="row"><?php _e('Select Image'); ?></th>
    252252<td><form enctype="multipart/form-data" id="upload-form" method="post" action="">
    253253    <p>
  • trunk/wp-admin/custom-header.php

    r20884 r20885  
    555555<?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?>
    556556<tr valign="top">
    557 <th scope="row"><?php _e( 'Upload Image' ); ?></th>
     557<th scope="row"><?php _e( 'Select Image' ); ?></th>
    558558<td>
    559559    <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 />
Note: See TracChangeset for help on using the changeset viewer.