Changeset 143 for trunk/wp-content/themes/xpress_default/comments.php
- Timestamp:
- Mar 31, 2009, 12:22:47 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/comments.php
r123 r143 21 21 22 22 <?php if ($comments) : ?> 23 <h 3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to “%s”', 'xpress'), the_title('', '', false)); ?></h3>23 <h2 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to “%s”', 'xpress'), the_title('', '', false)); ?></h2> 24 24 <?php if (function_exists('wp_list_comments')) : ?> 25 25 <ol class="xpress_commentlist"> … … 73 73 <?php if ('open' == $post->comment_status) : ?> 74 74 <div id="respond"> 75 <h 3><?php _e('Leave a Reply', 'xpress'); ?></h3>75 <h2><?php _e('Leave a Reply', 'xpress'); ?></h2> 76 76 <?php if ( function_exists('cancel_comment_reply_link') ): ?> 77 77 <div class="cancel-comment-reply">
Note: See TracChangeset
for help on using the changeset viewer.