Make WordPress Core


Ignore:
Timestamp:
05/02/2011 09:04:44 PM (14 years ago)
Author:
iandstewart
Message:

Twenty Eleven: updated DocBlock comments following Twenty Ten's example; See #17198

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyeleven/archive.php

    r17669 r17787  
    11<?php
    22/**
     3 * The template for displaying Archive pages.
     4 *
     5 * Used to display archive-type pages if nothing more specific matches a query.
     6 * For example, puts together date-based pages if no date.php file exists.
     7 *
     8 * Learn more: http://codex.wordpress.org/Template_Hierarchy
     9 *
    310 * @package WordPress
    411 * @subpackage Twenty Eleven
     12 * @since Twenty Eleven 1.0
    513 */
    614
Note: See TracChangeset for help on using the changeset viewer.