Opened 12 years ago
Closed 12 years ago
#21030 closed enhancement (duplicate)
Introduce a filter for theme option links in themes.php
Reported by: | martythornley | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
The links next to the active theme are just hardcoded with no way to allow plugins or themes to show/hide them. By reworking the array of links so they have keys and adding a filter after it, we can now maniplate that area. Also added a couple do_action hooks.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Nevermind the mention of do_action hooks. Ended up taking those out. :)