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/page.php

    r13846 r13885  
     1<?php
     2/**
     3 * The template used to display all pages
     4 *
     5 * This is the template that displays all pages by default.
     6 * Please note that this is the wordpress construct of pages
     7 * and that other 'pages' on your wordpress site will use a
     8 * different template.
     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.