Changeset 4045
- Timestamp:
- 07/26/2006 05:42:30 PM (19 years ago)
- 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 13 13 <div class="post" id="post-<?php the_ID(); ?>"> 14 14 <h2><a href="<?php echo get_permalink($post->post_parent); ?>" rev="attachment"><?php echo get_the_title($post->post_parent); ?></a> » <a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> 15 <div class="entry text">15 <div class="entry"> 16 16 <p class="<?php echo $classname; ?>"><?php echo $attachment_link; ?><br /><?php echo basename($post->guid); ?></p> 17 17 -
branches/2.0/wp-content/themes/default/page.php
r3925 r4045 6 6 <div class="post" id="post-<?php the_ID(); ?>"> 7 7 <h2><?php the_title(); ?></h2> 8 <div class="entry text">8 <div class="entry"> 9 9 <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> 10 10 -
branches/2.0/wp-content/themes/default/single.php
r3925 r4045 13 13 <h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title(); ?>"><?php the_title(); ?></a></h2> 14 14 15 <div class="entry text">15 <div class="entry"> 16 16 <?php the_content('<p class="serif">Read the rest of this entry »</p>'); ?> 17 17
Note: See TracChangeset
for help on using the changeset viewer.