Opened 14 years ago
Closed 9 years ago
#16369 closed enhancement (fixed)
Tag to category and categories to tag converter links
Reported by: | paolal | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Taxonomy | Keywords: | has-patch |
Focuses: | administration | Cc: |
Description
In the Post Tags and Categories pages, links are made available to direct the users to the Categories and Tags Converter in Tools.
While it is normal that these links go to the Tools>Import page as long as the Categories and Tags Converter is not installed, once it is, the links should go one step further and bring the user directly inside the Categories and Tags Converter.
Attachments (2)
Change History (11)
#2
@
14 years ago
- Component changed from General to Administration
- Keywords dev-feedback removed
I think it is worth trying to detect if the plugin is installed and linking straight to the page.
We can use is_plugin_active
and/or is_plugin_active_for_network
Note: See
TracTickets for help on using
tickets.
This was done deliberately at some point - see comment 5 on #13566. Checking for the plugin being installed and active would probably mean calling
get_plugins()
which might be a bit hefty. Doable, just a question of whether it's worth it?