Use p.nopassword instead of div.nopassword in Twenty Ten. props zeo, fixes #13692.

git-svn-id: http://svn.automattic.com/wordpress/trunk@15121 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2010-06-02 22:45:21 +00:00
parent 338a869b8f
commit 113825eaa0
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
<div id="comments">
<?php if ( post_password_required() ) : ?>
<div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div>
<p class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></p>
</div><!-- #comments -->
<?php
/* Stop the rest of comments.php from being processed,