Show
Ignore:
Timestamp:
10/04/06 22:00:26 (2 years ago)
Author:
markjaquith
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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