Make WordPress Core


Ignore:
Timestamp:
02/12/2006 07:53:23 AM (19 years ago)
Author:
ryan
Message:

Death to trailing tabs. Props Mark J. fixes #2405

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/functions.php

    r3451 r3517  
    5858    if ( false === $color )
    5959        return 'white';
    60        
     60
    6161    return $color;
    6262}
     
    101101                }
    102102            } else {
    103    
     103
    104104                if ( isset($_REQUEST['headerimage']) ) {
    105105                    if ( '' == $_REQUEST['headerimage'] )
     
    108108                        update_option('kubrick_header_image', $_REQUEST['headerimage']);
    109109                }
    110    
     110
    111111                if ( isset($_REQUEST['fontcolor']) ) {
    112112                    if ( '' == $_REQUEST['fontcolor'] )
     
    115115                        update_option('kubrick_header_color', $_REQUEST['fontcolor']);
    116116                }
    117    
     117
    118118                if ( isset($_REQUEST['fontdisplay']) ) {
    119119                    if ( '' == $_REQUEST['fontdisplay'] || 'inline' == $_REQUEST['fontdisplay'] )
     
    269269        font-size: 1.2em;
    270270        text-align: center;
    271     }   
     271    }
    272272    #kubrick-header #header {
    273273        text-decoration: none;
Note: See TracChangeset for help on using the changeset viewer.