Make WordPress Core


Ignore:
Timestamp:
05/03/2010 08:26:11 PM (15 years ago)
Author:
ryan
Message:

Strip trailing whites.

File:
1 edited

Legend:

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

    r14379 r14404  
    155155<th scope="row"><?php _e('Current Image'); ?></th>
    156156<td>
    157 <style type="text/css"> 
     157<style type="text/css">
    158158#custom-background-image {
    159159    background-color: #<?php echo get_background_color()?>;
     
    165165    <?php } ?>
    166166}
    167 </style> 
     167</style>
    168168<div id="custom-background-image">
    169169<?php if ( get_background_image() ) { ?>
Note: See TracChangeset for help on using the changeset viewer.