Make WordPress Core


Ignore:
Timestamp:
08/25/2012 04:53:32 PM (12 years ago)
Author:
lancewillett
Message:

Twenty Twelve: review and clarify code commenting and documentation. Props jorbin and obenland. See #21675.

File:
1 edited

Legend:

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

    r21555 r21617  
    11<?php
    22/**
    3  * The Sidebar containing the homepage widget areas.
     3 * The sidebar containing the homepage widget areas.
    44 *
    55 * If no active widgets in either sidebar, they will be hidden completely.
     
    1111
    1212/*
    13 The homepage widget area is triggered if any of the areas
    14 have widgets. So let's check that first.
    15 
    16 If none of the sidebars have widgets, then let's bail early.
    17 */
     13 * The homepage widget area is triggered if any of the areas
     14 * have widgets. So let's check that first.
     15 *
     16 * If none of the sidebars have widgets, then let's bail early.
     17 */
    1818if ( ! is_active_sidebar( 2 ) && ! is_active_sidebar( 3 ) )
    1919    return;
Note: See TracChangeset for help on using the changeset viewer.