Opened 7 years ago
Closed 6 years ago
#488 closed enhancement (fixed)
make tag_heat_map() pluggable
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.7.4 |
| Component: | Back-end | Version: | 0.7.3 |
| Severity: | normal | Keywords: | tag pluggable |
| Cc: |
Description
We should some filter in the function tag_heat_map() to make it pluggable.
Change History (4)
Note: See
TracTickets for help on using
tickets.
may be a filter between these lines
uksort($counts, 'strnatcasecmp'); foreach ($counts as $tag => $count) {