Changeset 20885
- Timestamp:
- 05/24/2012 09:07:39 PM (13 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r20884 r20885 249 249 <?php endif; ?> 250 250 <tr valign="top"> 251 <th scope="row"><?php _e(' UploadImage'); ?></th>251 <th scope="row"><?php _e('Select Image'); ?></th> 252 252 <td><form enctype="multipart/form-data" id="upload-form" method="post" action=""> 253 253 <p> -
trunk/wp-admin/custom-header.php
r20884 r20885 555 555 <?php if ( current_theme_supports( 'custom-header', 'uploads' ) ) : ?> 556 556 <tr valign="top"> 557 <th scope="row"><?php _e( ' UploadImage' ); ?></th>557 <th scope="row"><?php _e( 'Select Image' ); ?></th> 558 558 <td> 559 559 <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.