Opened 8 years ago
Closed 8 years ago
#7031 closed enhancement (fixed)
Emails: Add "Situations" column to dashboard
Reported by: | r-a-y | Owned by: | r-a-y |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.0 |
Component: | Administration | Keywords: | has-patch commit |
Cc: |
Attachments (1)
Change History (7)
#2
@
8 years ago
- Owner set to r-a-y
- Status changed from new to reviewing
regarding the patch -- wp_get_object_terms() is an uncached function. Can you use the get_the_terms() instead?
Thanks for the recommendation! Patch is updated to use get_the_terms()
instead.
#3
@
8 years ago
- Status changed from reviewing to accepted
Didn't mean to change the status of the ticket. Stupid mouse!
Note: See
TracTickets for help on using
tickets.
Idea is great, but -- regarding the patch -- wp_get_object_terms() is an uncached function. Can you use the get_the_terms() instead?