It's called WordPress. props zeo, fixes #14293.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15400 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-07-13 03:00:08 +00:00
parent 49929d7ee3
commit 0fc06ad48b
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
* The template for displaying all pages.
*
* This is the template that displays all pages by default.
* Please note that this is the wordpress construct of pages
* and that other 'pages' on your wordpress site will use a
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* different template.
*
* @package WordPress
@ -22,9 +22,9 @@ get_header(); ?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( is_front_page() ) { ?>
<h2 class="entry-title"><?php the_title(); ?></h2>
<?php } else { ?>
<?php } else { ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<?php } ?>
<?php } ?>
<div class="entry-content">
<?php the_content(); ?>