Make WordPress Core


Ignore:
Timestamp:
02/08/2010 06:02:23 PM (17 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

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

    r13012 r13025  
    99                                                </ul>
    1010                                        </div><!-- #first .widget-area -->
    11 <?php endif; ?>         
     11<?php endif; ?>
    1212
    1313<?php if ( is_active_sidebar('second-footer-widget-area') ) : ?>
     
    1717                                        </ul>
    1818                                </div><!-- #second .widget-area -->
    19 <?php endif; ?>         
     19<?php endif; ?>
    2020
    2121<?php if ( is_active_sidebar('third-footer-widget-area') ) : ?>
     
    2525                                        </ul>
    2626                                </div><!-- #third .widget-area -->
    27 <?php endif; ?>         
     27<?php endif; ?>
    2828
    2929<?php if ( is_active_sidebar('fourth-footer-widget-area') ) : ?>
     
    3333                                        </ul>
    3434                                </div><!-- #fourth .widget-area -->
    35 <?php endif; ?>         
     35<?php endif; ?>
    3636
    3737                        </div><!-- #footer-widget-area -->
Note: See TracChangeset for help on using the changeset viewer.