Make WordPress Core


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

Remove trailing whites and double semicolons.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/sidebar-footer.php

    r13720 r13830  
    11<?php
    2         if ( 
     2        if (
    33                is_active_sidebar( 'first-footer-widget-area' )  ||
    44                is_active_sidebar( 'second-footer-widget-area' ) ||
    55                is_active_sidebar( 'third-footer-widget-area' )  ||
    6                 is_active_sidebar( 'fourth-footer-widget-area' ) 
     6                is_active_sidebar( 'fourth-footer-widget-area' )
    77        ) :
    88?>
Note: See TracChangeset for help on using the changeset viewer.