Changeset 13885 for trunk/wp-content/themes/twentyten/page.php
- Timestamp:
- 03/29/2010 10:03:15 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/page.php (modified) (1 diff)
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 1 16 <?php get_header(); ?> 2 17
Note: See TracChangeset
for help on using the changeset viewer.