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

git-svn-id: https://develop.svn.wordpress.org/trunk@15121 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-06-02 22:45:21 +00:00
parent b49f04cea3
commit 37ac9a5ce2
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,