Make WordPress Core


Ignore:
Timestamp:
05/17/2010 06:36:11 AM (16 years ago)
Author:
nacin
Message:

In Twenty Ten, documentation and code improvements. see #12695.

File:
1 edited

Legend:

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

    r14707 r14708  
    88 * @package WordPress
    99 * @subpackage Twenty_Ten
    10  * @since 3.0.0
     10 * @since Twenty Ten 1.0
    1111 */
    1212?>
     
    1616        <div id="colophon">
    1717
    18 <?php get_sidebar( 'footer' ); ?>
     18<?php
     19    /* A sidebar in the footer? Yep. You can can customize
     20     * your footer with four columns of widgets.
     21     */
     22    get_sidebar( 'footer' );
     23?>
    1924
    2025            <div id="site-info">
Note: See TracChangeset for help on using the changeset viewer.