Changes between Initial Version and Version 1 of Ticket #24317, comment 1
- Timestamp:
- 05/11/2013 01:53:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24317, comment 1
initial v1 7 7 we get what we want: `edit.php?taxonomy=foo&term=bar` 8 8 9 However, this change also effects the ordinary Tags and Categories, where the parameters now change from this : edit.php?`tag=my_tag_term`9 However, this change also effects the ordinary Tags and Categories, where the parameters now change from this : `edit.php?tag=my_tag_term` 10 10 to this: `edit.php?taxonomy=post_tag&term=my_tag_term` 11 11