Opened 18 years ago
Closed 18 years ago
#6641 closed defect (bug) (fixed)
get_the_time filter called twice
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | General | Keywords: | get_the_time get_post_time filter has-patch |
| Focuses: | Cc: |
Description
The "get_the_time" filter is just about useless, because if you call the function get_the_time(), the time is filtered by "get_the_time" twice: once in get_post_time() and again in get_the_time()
Patch changes the filter from "get_the_time" to "get_post_time" in get_post_time()
Attachments (1)
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [7634]) Change get_the_time filter to get_post_time for the get_post_time() function. Props filosofo. fixes #6641 for trunk