Don't link to yourself on a permalink page.

git-svn-id: http://svn.automattic.com/wordpress/trunk@7225 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2008-03-11 00:46:58 +00:00
parent e16e98041b
commit 3a6137e0ac

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>'); ?>