[wp-trac] [WordPress Trac] #34988: Screen Options on taxonomy edit screen
WordPress Trac
noreply at wordpress.org
Mon Mar 7 07:27:39 UTC 2016
#34988: Screen Options on taxonomy edit screen
-------------------------------------------+-----------------------------
Reporter: milindmore22 | Owner: swissspidy
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 4.5
Component: Taxonomy | Version: 4.4
Severity: normal | Resolution:
Keywords: dev-feedback has-patch commit | Focuses: administration
-------------------------------------------+-----------------------------
Changes (by swissspidy):
* keywords: dev-feedback needs-patch => dev-feedback has-patch commit
Comment:
After taking a closer look at this together with @ocean90,
[attachment:34988.4.diff] is a new patch incorporating the feedback we got
over the last few weeks. In detail:
* Runs `do_action( 'edit-tags.php' );` on the term edit page for backward
compatibility
* Changes the GET param back to `tag_ID`
* Improve compatibility in `WP_Screen` to properly set the screen base and
globals like `$taxnow` on the new term edit page.
* Also fixes the "View Taxonomy Name" link in the toolbar (props
paulwilde).
So the only bigger change will be the one of `$screen->base` from `edit-
tags` to `term` for the new page.
After committing this there will be a post on make/core outlining the
changes.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34988#comment:44>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list