Opened 4 years ago
Closed 4 years ago
#10718 closed defect (bug) (fixed)
same action added twice in general-template.php
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.9 |
| Component: | General | Version: | 2.8.4 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
(see attached file -- line 1166 and 1168 are identical in general-template.php in 2.8.4)
If this is intentional because of some quirk that happens when delete_get_calendar_cache is added to update_option_gmt_offset in between, then it would probably be a good idea to throw a comment in there explaining that. (but I'm pretty sure that's not the case :-) )
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

(In [11898]) Remove duplicate action addition of delete_get_calendar_cache() on update_option_start_of_week. Fixes #10718 props johnjosephbachir.