Changeset 14404 for trunk/wp-admin/custom-background.php
- Timestamp:
- 05/03/2010 08:26:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r14379 r14404 155 155 <th scope="row"><?php _e('Current Image'); ?></th> 156 156 <td> 157 <style type="text/css"> 157 <style type="text/css"> 158 158 #custom-background-image { 159 159 background-color: #<?php echo get_background_color()?>; … … 165 165 <?php } ?> 166 166 } 167 </style> 167 </style> 168 168 <div id="custom-background-image"> 169 169 <?php if ( get_background_image() ) { ?>
Note: See TracChangeset
for help on using the changeset viewer.