- Timestamp:
- Jun 9, 2009, 5:37:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/themes/xpress_default/footer.php
r232 r272 7 7 <!-- <?php printf(__('%d queries. %s seconds.', 'xpress'), get_num_queries(), timer_stop(0, 3)); ?> --> 8 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( false). ' (' . xpress_convert_time(false) . ')'; ?></div>9 <div class="xpress_credit"><?php echo xpress_credit('echo=0'). ' (' . xpress_convert_time('echo=0&format=' . __('%.3f sec.', 'xpress')) . ')'; ?></div> 10 10 </div> 11 11 </div>
Note: See TracChangeset
for help on using the changeset viewer.