#8914 closed defect (bug) (duplicate)
Deleting a tag should maintain current pagenum
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 2.7 |
| Component: | Administration | Keywords: | tags, deleting |
| Focuses: | Cc: |
Description
When browsing tags with:
/wp-admin/edit-tags.php?pagenum=X
The user could be on a particular page number, such as 5 (display of a large number of tags are paginated). If the user then deletes a tag on page 5, the tag is deleted, but the user is returned to the first page of tags.
The correct behavior, if the user is looking at page 5 of tags and deletes a tag, the tag should be deleted and the user returned to page 5.
Change History (2)
Note: See
TracTickets for help on using
tickets.
#9220 is newer, but has a patch.