Make WordPress Core


Ignore:
Timestamp:
03/29/2010 10:03:15 PM (16 years ago)
Author:
nacin
Message:

Rough cut of Twenty Ten inline documentation. see #12695. props jorbin, demetris.

File:
1 edited

Legend:

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

    r13816 r13885  
     1<?php
     2/**
     3 * Generic template for 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 *
     10 * @package WordPress
     11 * @subpackage Twenty Ten
     12 * @since 3.0.0
     13 */
     14?>
     15
    116<?php get_header(); ?>
    217
Note: See TracChangeset for help on using the changeset viewer.