Opened 10 years ago
Closed 10 years ago
#7031 closed enhancement (fixed)
Emails: Add "Situations" column to dashboard
| Reported by: | r-a-y | Owned by: | r-a-y |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | Administration | Version: | 2.5.0 |
| Severity: | normal | Keywords: | has-patch commit |
| Cc: |
Attachments (1)
Change History (7)
#2
@
10 years ago
- Owner set to
- Status new → 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
@
10 years ago
- Status reviewing → accepted
Didn't mean to change the status of the ticket. Stupid mouse!
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

Idea is great, but -- regarding the patch -- wp_get_object_terms() is an uncached function. Can you use the get_the_terms() instead?