Make WordPress Core

Changeset 4045


Ignore:
Timestamp:
07/26/2006 05:42:30 PM (19 years ago)
Author:
ryan
Message:

fix div tags. Props leftjustified. fixes #2728

Location:
branches/2.0/wp-content/themes/default
Files:
3 edited

Legend:

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

    r3925 r4045  
    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
  • branches/2.0/wp-content/themes/default/page.php

    r3925 r4045  
    66        <div class="post" id="post-<?php the_ID(); ?>">
    77        <h2><?php the_title(); ?></h2>
    8             <div class="entrytext">
     8            <div class="entry">
    99                <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
    1010
  • branches/2.0/wp-content/themes/default/single.php

    r3925 r4045  
    1313            <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2>
    1414
    15             <div class="entrytext">
     15            <div class="entry">
    1616                <?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>
    1717
Note: See TracChangeset for help on using the changeset viewer.