Make WordPress Core


Ignore:
Timestamp:
08/13/2008 09:58:06 PM (15 years ago)
Author:
ryan
Message:

Add more classes to post_class(). see #7457

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/default/single.php

    r7582 r8641  
    1010        </div>
    1111
    12         <div class="post" id="post-<?php the_ID(); ?>">
     12        <div <?php post_class() ?> id="post-<?php the_ID(); ?>">
    1313            <h2><?php the_title(); ?></h2>
    1414
Note: See TracChangeset for help on using the changeset viewer.