[wp-trac] [WordPress Trac] #28196: Add classes to form containers on edit-tags.php
WordPress Trac
noreply at wordpress.org
Fri May 9 20:33:27 UTC 2014
#28196: Add classes to form containers on edit-tags.php
----------------------------+-----------------------------
Reporter: jarednova | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Administration | Version: 3.9
Severity: normal | Keywords:
Focuses: administration |
----------------------------+-----------------------------
If a user wants to suppress or modify the containers of form fields on the
tags page, there's no reliable way to do so without resorting to jQuery
manipulation.
For example, I want to hide the default "description" box from the admin
for a particular taxonomy. By adding a few classes, WordPress can give the
themer ultimate control over what gets displayed in the admin.
Right now, all of these divs are simply ...
`<div class="form-field">`
This diff adds info so that these wrappers can be individually
styled/controlled/suppressed..
`<div class="form-field term-slug-wrap">`
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28196>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list