Make WordPress Core


Ignore:
Timestamp:
09/20/2013 07:23:22 PM (12 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/tag.php

    r22318 r25521  
    11<?php
    22/**
    3  * The template for displaying Tag pages.
     3 * The template for displaying Tag pages
    44 *
    55 * Used to display archive-type pages for posts in a tag.
    66 *
    7  * Learn more: http://codex.wordpress.org/Template_Hierarchy
     7 * @link http://codex.wordpress.org/Template_Hierarchy
    88 *
    99 * @package WordPress
     
    3030            while ( have_posts() ) : the_post();
    3131
    32                 /* Include the post format-specific template for the content. If you want to
     32                /**
     33                 * Include the post format-specific template for the content. If you want to
    3334                 * this in a child theme then include a file called called content-___.php
    3435                 * (where ___ is the post format) and that will be used instead.
Note: See TracChangeset for help on using the changeset viewer.