XPressME Integration Kit

Trac

Changeset 618


Ignore:
Timestamp:
Jun 9, 2010, 9:08:58 AM (14 years ago)
Author:
toemon
Message:

xpress-defaultテーマのフッター部分の余計なコメントを削除 Fixes#353

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/extras/my_themes/footer.php

    r613 r618  
    55                <?php printf(__('%1$s and %2$s.', 'xpress'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'xpress') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'xpress') . '</a>'); ?> 
    66        </div> 
    7                 <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 
    8         <!-- 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('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div> 
     7        <div class="xpress_credit"><?php echo xpress_credit('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div> 
    108</div> 
    119</div> 
    12  
    13 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ --> 
    14 <?php /* "Just what do you think you're doing Dave?" */ ?> 
    15  
    1610                <?php wp_footer(); ?> 
    1711</body> 
  • trunk/xpressme_integration_kit/wp-content/themes/xpress_default/footer.php

    r272 r618  
    55                <?php printf(__('%1$s and %2$s.', 'xpress'), '<a href="' . get_bloginfo('rss2_url') . '">' . __('Entries (RSS)', 'xpress') . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . __('Comments (RSS)', 'xpress') . '</a>'); ?> 
    66        </div> 
    7                 <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 
    8         <!-- 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('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div> 
     7        <div class="xpress_credit"><?php echo xpress_credit('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div> 
    108</div> 
    119</div> 
    12  
    13 <!-- Gorgeous design by Michael Heilemann - http://binarybonsai.com/xpress/ --> 
    14 <?php /* "Just what do you think you're doing Dave?" */ ?> 
    15  
    1610                <?php wp_footer(); ?> 
    1711</body> 
Note: See TracChangeset for help on using the changeset viewer.