Make WordPress Core


Ignore:
Timestamp:
03/26/2010 07:36:49 PM (15 years ago)
Author:
nacin
Message:

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

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

    r13827 r13830  
    154154
    155155        if ( $align = get_theme_mod('background_position', 'left') )
    156             $align = "text-align: $align;";     
     156            $align = "text-align: $align;";
    157157?>
    158158<div id="custom-background-image"  style="<?php echo $bgcolor, $align ?>">
Note: See TracChangeset for help on using the changeset viewer.