XPressME Integration Kit

Trac

Changeset 228


Ignore:
Timestamp:
May 23, 2009, 2:42:37 AM (15 years ago)
Author:
toemon
Message:

クレジットのコンバートタイムが表示されないバグ修正

File:
1 edited

Legend:

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

    r163 r228  
    77                <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 
    88        <!-- If you'd like to support WordPress, having the "powered by" link somewhere on your blog is the best way; it's our only promotion or advertising. --> 
    9                 <div class="xpress_credit"><?php echo xpress_credit(). ' (' . xpress_convert_time() . ')'; ?></div> 
     9                <div class="xpress_credit"><?php echo xpress_credit(false). ' (' . xpress_convert_time(false) . ')'; ?></div> 
    1010</div> 
    1111</div> 
Note: See TracChangeset for help on using the changeset viewer.