Make WordPress Core


Ignore:
Timestamp:
07/26/2006 05:43:41 PM (18 years ago)
Author:
ryan
Message:

fix div tags. Props leftjustified. fixes #2728

File:
1 edited

Legend:

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

    r3517 r4047  
    1313        <div class="post" id="post-<?php the_ID(); ?>">
    1414            <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> &raquo; <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    15             <div class="entrytext">
     15            <div class="entry">
    1616                <p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p>
    1717
Note: See TracChangeset for help on using the changeset viewer.