Changeset 13885 for trunk/wp-content/themes/twentyten/comments.php
- Timestamp:
- 03/29/2010 10:03:15 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/comments.php
r13830 r13885 1 <?php 2 /** 3 * The template used to display Comments 4 * 5 * The area of the page that contains both current comments 6 * and the comment form. The actual display of comments is 7 * handled by a callback to twentyten_comment which is 8 * located in the functions.php file 9 * 10 * @package WordPress 11 * @subpackage Twenty Ten 12 * @since 3.0.0 13 */ 14 ?> 15 1 16 <div id="comments"> 2 17 <?php if ( post_password_required() ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.