Make WordPress Core


Ignore:
Timestamp:
09/25/2013 05:03:34 PM (11 years ago)
Author:
lancewillett
Message:

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

File:
1 edited

Legend:

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

    r15226 r25627  
    11<?php
    22/**
    3  * The template for displaying Category Archive pages.
     3 * Template for displaying Category Archive pages
    44 *
    55 * @package WordPress
     
    2121                        echo '<div class="archive-meta">' . $category_description . '</div>';
    2222
    23                 /* Run the loop for the category page to output the posts.
     23                /**
     24                 * Run the loop for the category page to output the posts.
    2425                 * If you want to overload this in a child theme then include a file
    2526                 * called loop-category.php and that will be used instead.
Note: See TracChangeset for help on using the changeset viewer.