Make WordPress Core


Ignore:
Timestamp:
02/14/2010 01:00:22 AM (16 years ago)
Author:
dd32
Message:

Formatting, Translations & Whitespace. Props ptahdunbar. See #9015

File:
1 edited

Legend:

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

    r13025 r13128  
    77
    88            <li id="archives" class="widget-container">
    9                 <h3 class="widget-title"><?php _e('Archives', 'twentyten') ?></h3>
     9                <h3 class="widget-title"><?php _e( 'Archives', 'twentyten' ); ?></h3>
    1010                <ul>
    11 <?php wp_get_archives('type=monthly') ?>
     11                    <?php wp_get_archives( 'type=monthly' ); ?>
    1212                </ul>
    1313            </li>
    1414
    1515            <li id="meta" class="widget-container">
    16                 <h3 class="widget-title"><?php _e('Meta', 'twentyten') ?></h3>
     16                <h3 class="widget-title"><?php _e( 'Meta', 'twentyten' ); ?></h3>
    1717                <ul>
    18                     <?php wp_register() ?>
    19 
    20                     <li><?php wp_loginout() ?></li>
    21                     <?php wp_meta() ?>
    22 
     18                    <?php wp_register(); ?>
     19                    <li><?php wp_loginout(); ?></li>
     20                    <?php wp_meta(); ?>
    2321                </ul>
    2422            </li>
    25 <?php endif; // end primary widget area  ?>
     23<?php endif; // end primary widget area ?>
    2624            </ul>
    2725        </div><!-- #primary .widget-area -->
     
    3028        <div id="secondary" class="widget-area">
    3129            <ul class="xoxo">
    32                 <?php dynamic_sidebar('secondary-widget-area'); ?>
     30                <?php dynamic_sidebar( 'secondary-widget-area' ); ?>
    3331            </ul>
    3432        </div><!-- #secondary .widget-area -->
Note: See TracChangeset for help on using the changeset viewer.