[wp-trac] [WordPress Trac] #34988: Screen Options on taxonomy edit screen
WordPress Trac
noreply at wordpress.org
Thu Dec 10 21:06:10 UTC 2015
#34988: Screen Options on taxonomy edit screen
--------------------------+-----------------------------
Reporter: milindmore22 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 4.5
Component: Taxonomy | Version: 4.4
Severity: normal | Resolution:
Keywords: has-patch | Focuses: administration
--------------------------+-----------------------------
Changes (by swissspidy):
* keywords: => has-patch
* milestone: Awaiting Review => 4.5
Comment:
This shouldn't really be handled in `WP_Screen` class, at least not in
`WP_Screen::show_screen_options`. Not really responsible for that and
makes it harder for others to add screen options.
[attachment:34988.2.patch] is another patch, which simply doesn't add
screen options for that screen.
However, the real issue IMHO is that the term edit screen isn't in its own
file, which means a list table is added without reason. For example, the
posts list table is in `wp-admin/edit.php`, the edit post screen is in
`wp-admin/post.php`, while here everything is in `edit-tags.php`.
I'd rather see us introduce a new `term.php` file for editing a single
term, if it can be done without breaking too much things.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/34988#comment:1>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list