Changes from trunk/wp-content/themes/twentyten/page.php at r15226 to branches/3.0/wp-content/themes/twentyten/page.php at r15401
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/wp-content/themes/twentyten/page.php
r15226 r15401 4 4 * 5 5 * This is the template that displays all pages by default. 6 * Please note that this is the wordpress construct of pages7 * and that other 'pages' on your wordpress site will use a6 * Please note that this is the WordPress construct of pages 7 * and that other 'pages' on your WordPress site will use a 8 8 * different template. 9 9 * … … 23 23 <?php if ( is_front_page() ) { ?> 24 24 <h2 class="entry-title"><?php the_title(); ?></h2> 25 <?php } else { ?> 25 <?php } else { ?> 26 26 <h1 class="entry-title"><?php the_title(); ?></h1> 27 <?php } ?> 27 <?php } ?> 28 28 29 29 <div class="entry-content">
Note: See TracChangeset
for help on using the changeset viewer.