Use a more generic HTML comment. props zeo, fixes #12695.
git-svn-id: http://svn.automattic.com/wordpress/trunk@14932 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c490ca0680
commit
9584b002b3
|
@ -94,7 +94,7 @@
|
|||
<?php twentyten_posted_in(); ?>
|
||||
<?php edit_post_link( __( 'Edit', 'twentyten' ), ' <span class="edit-link">', '</span>' ); ?>
|
||||
</div><!-- .entry-utility -->
|
||||
</div><!-- #post-<?php the_ID(); ?> -->
|
||||
</div><!-- #post-## -->
|
||||
|
||||
<?php comments_template(); ?>
|
||||
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
<span class="comments-link"><?php comments_popup_link( __( 'Leave a comment', 'twentyten' ), __( '1 Comment', 'twentyten' ), __( '% Comments', 'twentyten' ) ); ?></span>
|
||||
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="meta-sep">|</span> <span class="edit-link">', '</span>' ); ?>
|
||||
</div><!-- .entry-utility -->
|
||||
</div><!-- #post-<?php the_ID(); ?> -->
|
||||
</div><!-- #post-## -->
|
||||
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
|
||||
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
</div><!-- .entry-content -->
|
||||
</div><!-- #post-<?php the_ID(); ?> -->
|
||||
</div><!-- #post-## -->
|
||||
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
|
||||
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
|
||||
</div><!-- .entry-content -->
|
||||
</div><!-- #post-<?php the_ID(); ?> -->
|
||||
</div><!-- #post-## -->
|
||||
|
||||
<?php comments_template( '', true ); ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue