Make WordPress Core

Ticket #9015: 9015_minor1.patch

File 9015_minor1.patch, 582 bytes (added by hakre, 14 years ago)

Comment was wrong. Fixed.

  • wordpress/wp-content/themes/twentyten/comments.php

     
    66                        <div id="comments">
    77<?php if ( post_password_required() ) : ?>
    88                                <div class="nopassword"><?php _e( 'This post is password protected. Enter the password to view any comments.', 'twentyten' ); ?></div>
    9                         </div><!-- .comments -->
     9                        </div><!-- #comments -->
    1010<?php
    1111                return;
    1212        endif;