Changeset 228 for trunk/wp-content/themes/xpress_default/footer.php
- Timestamp:
- May 23, 2009, 2:42:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/xpress_default/footer.php
r163 r228 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( ). ' (' . xpress_convert_time() . ')'; ?></div>9 <div class="xpress_credit"><?php echo xpress_credit(false). ' (' . xpress_convert_time(false) . ')'; ?></div> 10 10 </div> 11 11 </div>
Note: See TracChangeset
for help on using the changeset viewer.