XPressME Integration Kit

Trac


Ignore:
Timestamp:
Aug 11, 2009, 4:31:35 PM (15 years ago)
Author:
toemon
Message:

WP2.1.3MEへの対応 fixed #199
但しWP2.1.3ME自体のバグ(MySQL4.1以上でEUC-JPを使用したときの文字化け)があるので注意

File:
1 edited

Legend:

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

    r253 r360  
    1212 
    1313<!-- You can start editing here. --> 
    14 <?php if (! xpress_is_wp20() ) : ?> 
     14<?php if ( xpress_is_wp_version('>=','2.7')) : ?> 
    1515        <?php if ( have_comments() ) : ?> 
    1616                <?php if ( ! empty($comments_by_type['comment']) ) : ?> 
     
    3434                <?php endif; ?> 
    3535        <?php endif; ?> 
    36 <?php else : // is WordPress2.0 ?> 
     36<?php else : // is version 2.7 under?> 
    3737        <?php if ( $comments ) : ?> 
    3838                <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> 
Note: See TracChangeset for help on using the changeset viewer.