[wp-trac] [WordPress Trac] #5016: timer_stop() returns error when
called from advanced-cache.php
WordPress Trac
wp-trac at lists.automattic.com
Wed Sep 19 20:20:06 GMT 2007
#5016: timer_stop() returns error when called from advanced-cache.php
---------------------------------+------------------------------------------
Reporter: javiergarciaesteban | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 2.3
Component: General | Version: 2.3
Severity: normal | Keywords: time
---------------------------------+------------------------------------------
timer_stop() is defined *before* advanced-cache.php runs, but it calls the
newly added function number_format_i18n(), which is defined *after* (in
functions.php file).
So timer_stop() returns an error when called from advanced-cache.php.
Caching systems use widely this function to output the execution time.
--
Ticket URL: <http://trac.wordpress.org/ticket/5016>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list