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

    r13816 r13885  
     1<?php
     2
     3/**
     4 * The main template file
     5 *
     6 * This is the most generic template file in a WordPress theme
     7 * and one of the two required files for a theme (the other being style.css).
     8 * It is used to display a page when nothing more specific matches a query.
     9 * E.g., it puts together the home page when no home.php file exists.
     10 * Learn more: http://codex.wordpress.org/Template_Hierarchy
     11 *
     12 * @package WordPress
     13 * @subpackage Twenty Ten
     14 * @since 3.0.0
     15 */
     16 
     17?>
     18 
    119<?php get_header(); ?>
    220
Note: See TracChangeset for help on using the changeset viewer.