XPressME Integration Kit

Trac


Ignore:
Timestamp:
Mar 31, 2009, 12:22:47 PM (15 years ago)
Author:
toemon
Message:

デフォルトテーマxpress_defaultの調整

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/xpress_default/comments.php

    r123 r143  
    2121 
    2222<?php if ($comments) : ?> 
    23         <h3 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to &#8220;%s&#8221;', 'xpress'), the_title('', '', false)); ?></h3> 
     23        <h2 id="xpress_comments"><?php comments_number(__('No Responses', 'xpress'), __('One Response', 'xpress'), __('% Responses', 'xpress'));?> <?php printf(__('to &#8220;%s&#8221;', 'xpress'), the_title('', '', false)); ?></h2> 
    2424        <?php if (function_exists('wp_list_comments')) : ?> 
    2525                <ol class="xpress_commentlist"> 
     
    7373<?php if ('open' == $post->comment_status) : ?> 
    7474        <div id="respond"> 
    75                 <h3><?php _e('Leave a Reply', 'xpress'); ?></h3> 
     75                <h2><?php _e('Leave a Reply', 'xpress'); ?></h2> 
    7676                <?php if ( function_exists('cancel_comment_reply_link') ): ?> 
    7777                        <div class="cancel-comment-reply"> 
Note: See TracChangeset for help on using the changeset viewer.