Make WordPress Core


Ignore:
Timestamp:
05/01/2005 06:51:10 PM (20 years ago)
Author:
matt
Message:

Move ID to surrounding div - http://mosquito.wordpress.org/view.php?id=1185

File:
1 edited

Legend:

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

    r2538 r2577  
    1010        </div>
    1111   
    12         <div class="post">
    13             <h2 id="post-<?php the_ID(); ?>"><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
     12        <div class="post" id="post-<?php the_ID(); ?>">
     13            <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    1414   
    1515            <div class="entrytext">
Note: See TracChangeset for help on using the changeset viewer.