]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/default/single.php
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-content / themes / default / single.php
index b3bf7863c765a7e674a6bc77b3646aa81ac7553f..5658bbf45c4ada04bdcf617dc2e6aebc71bb1d7e 100644 (file)
@@ -1,4 +1,11 @@
-<?php get_header(); ?>
+<?php
+/**
+ * @package WordPress
+ * @subpackage Default_Theme
+ */
+
+get_header();
+?>
 
        <div id="content" class="widecolumn">
 
@@ -9,7 +16,7 @@
                        <div class="alignright"><?php next_post_link('%link &raquo;') ?></div>
                </div>
 
-               <div class="post" id="post-<?php the_ID(); ?>">
+               <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
                        <h2><?php the_title(); ?></h2>
 
                        <div class="entry">