Ticket #5016 (closed defect (bug): fixed)
timer_stop() returns error when called from advanced-cache.php
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | General | Version: | 2.3 |
| Severity: | normal | Keywords: | timer_stop, number_format_i18n |
| Cc: |
Description
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.
Change History
- Keywords timer_stop, number_format_i18n added; time removed
comment:3
markjaquith — 4 years ago
- Status changed from new to closed
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
