Make WordPress Core


Ignore:
Timestamp:
09/20/2013 07:23:22 PM (13 years ago)
Author:
lancewillett
Message:

Twenty Twelve: update code comments to reflect WP inline docs standards. Props DrewAPicture, see #25256.

File:
1 edited

Legend:

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

    r22318 r25521  
    11<?php
    22/**
    3  * The sidebar containing the front page widget areas.
     3 * The sidebar containing the front page widget areas
    44 *
    5  * If no active widgets in either sidebar, they will be hidden completely.
     5 * If no active widgets are in either sidebar, hide them completely.
    66 *
    77 * @package WordPress
     
    1010 */
    1111
    12 /*
     12/**
    1313 * The front page widget area is triggered if any of the areas
    1414 * have widgets. So let's check that first.
Note: See TracChangeset for help on using the changeset viewer.