Changeset 27029 for trunk/src/wp-admin/custom-background.php
- Timestamp:
- 01/24/2014 07:05:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-background.php
r26878 r27029 192 192 <table class="form-table"> 193 193 <tbody> 194 <tr valign="top">194 <tr> 195 195 <th scope="row"><?php _e( 'Preview' ); ?></th> 196 196 <td> … … 222 222 223 223 <?php if ( get_background_image() ) : ?> 224 <tr valign="top">224 <tr> 225 225 <th scope="row"><?php _e('Remove Image'); ?></th> 226 226 <td> … … 236 236 <?php $default_image = get_theme_support( 'custom-background', 'default-image' ); ?> 237 237 <?php if ( $default_image && get_background_image() != $default_image ) : ?> 238 <tr valign="top">238 <tr> 239 239 <th scope="row"><?php _e('Restore Original Image'); ?></th> 240 240 <td> … … 248 248 <?php endif; ?> 249 249 250 <tr valign="top">250 <tr> 251 251 <th scope="row"><?php _e('Select Image'); ?></th> 252 252 <td><form enctype="multipart/form-data" id="upload-form" class="wp-upload-form" method="post" action=""> … … 275 275 <tbody> 276 276 <?php if ( get_background_image() ) : ?> 277 <tr valign="top">277 <tr> 278 278 <th scope="row"><?php _e( 'Position' ); ?></th> 279 279 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Position' ); ?></span></legend> … … 293 293 </tr> 294 294 295 <tr valign="top">295 <tr> 296 296 <th scope="row"><?php _e( 'Repeat' ); ?></th> 297 297 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Repeat' ); ?></span></legend> … … 303 303 </tr> 304 304 305 <tr valign="top">305 <tr> 306 306 <th scope="row"><?php _ex( 'Attachment', 'Background Attachment' ); ?></th> 307 307 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Attachment' ); ?></span></legend> … … 317 317 </tr> 318 318 <?php endif; // get_background_image() ?> 319 <tr valign="top">319 <tr> 320 320 <th scope="row"><?php _e( 'Background Color' ); ?></th> 321 321 <td><fieldset><legend class="screen-reader-text"><span><?php _e( 'Background Color' ); ?></span></legend>
Note: See TracChangeset
for help on using the changeset viewer.