]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentyten/page.php
Wordpress 3.0.1
[autoinstalls/wordpress.git] / wp-content / themes / twentyten / page.php
index 540767c5b54ba4de7aa4b6bfe5396725254d6314..a6081c80d752c56eca78ea05a88438891ba9f3d1 100644 (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(); ?>