Make WordPress Core


Ignore:
Timestamp:
03/16/2010 08:17:22 PM (16 years ago)
Author:
iammattthomas
Message:

Coding standards cleanup in twentyten, see #9015. Props sivel

File:
1 edited

Legend:

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

    r13128 r13720  
    11        <div id="primary" class="widget-area">
    22            <ul class="xoxo">
    3 <?php if ( !dynamic_sidebar('primary-widget-area') ) : // begin primary widget area ?>
     3<?php if ( ! dynamic_sidebar( 'primary-widget-area' ) ) : // begin primary widget area ?>
    44            <li id="search" class="widget-container widget_search">
    55                <?php get_search_form(); ?>
     
    2525        </div><!-- #primary .widget-area -->
    2626
    27 <?php if ( is_active_sidebar('secondary-widget-area') ) : // Nothing here by default and design ?>
     27<?php if ( is_active_sidebar( 'secondary-widget-area' ) ) : // Nothing here by default and design ?>
    2828        <div id="secondary" class="widget-area">
    2929            <ul class="xoxo">
Note: See TracChangeset for help on using the changeset viewer.