Make WordPress Core


Ignore:
Timestamp:
10/04/2006 10:00:26 PM (19 years ago)
Author:
markjaquith
Message:

allow timer_stop() to use number_format() when returning. Props mdawaffe and nbachiyski. fixes #991

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0/wp-admin/admin-footer.php

    r3492 r4344  
    33<p>
    44<a href="http://codex.wordpress.org/"><?php _e('Documentation'); ?></a> &#8212; <a href="http://wordpress.org/support/"><?php _e('Support Forums'); ?></a> <br />
    5 <?php bloginfo('version'); ?> &#8212; <?php printf(__('%s seconds'), number_format(timer_stop(), 2)); ?>
     5<?php bloginfo('version'); ?> &#8212; <?php printf(__('%s seconds'), timer_stop(0, 2)); ?>
    66</p>
    77
Note: See TracChangeset for help on using the changeset viewer.