Changeset 20966 for trunk/wp-admin/custom-background.php
- Timestamp:
- 05/30/2012 09:58:27 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r20901 r20966 235 235 <?php endif; ?> 236 236 237 <?php if ( get_theme_support( 'custom-background', 'default-image' ) ) : ?> 237 <?php $default_image = get_theme_support( 'custom-background', 'default-image' ); ?> 238 <?php if ( $default_image && get_background_image() != $default_image ) : ?> 238 239 <tr valign="top"> 239 240 <th scope="row"><?php _e('Restore Original Image'); ?></th>
Note: See TracChangeset
for help on using the changeset viewer.