Don't link to yourself on a permalink page.

git-svn-id: https://develop.svn.wordpress.org/trunk@7225 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2008-03-11 00:46:58 +00:00
parent e8eaeb4e43
commit e08ece21fa
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</div>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php echo get_permalink() ?>" rel="bookmark" title="Permanent Link: <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2>
<h2><?php the_title(); ?></h2>
<div class="entry">
<?php the_content('<p class="serif">Read the rest of this entry &raquo;</p>'); ?>