Opened 5 years ago
Closed 6 months ago
#7730 closed enhancement (duplicate)
The User Edit screen could have more classes on the HTML
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | UI | Version: | 2.6.1 |
| Severity: | normal | Keywords: | has-patch gsoc |
| Cc: | wojtek.szkutnik@… |
Description
Given a more liberal sprinkling of classes through the WP admin interface, plugins could highlight different areas, hide unwanted form fields easily, etc. Currently you have to use something like jQuery in order to find and address fields that you want to hide.
The attached patch adds lots of semantically appropriate classes to the user edit screen, so plugin authors of the future can use CSS rather than resorting to Javascript. The patch is created against 2.6.2.
Attachments (2)
Change History (7)
simonwheatley
— 5 years ago
comment:1
janeforshort
— 5 years ago
- Milestone changed from 2.7 to 2.9
comment:2
Denis-de-Bernardy
— 4 years ago
- Component changed from General to UI
- Owner anonymous deleted
comment:3
Denis-de-Bernardy
— 4 years ago
- Keywords needs-patch added; has-patch removed
- Milestone changed from 2.9 to Future Release
wojtek.szkutnik
— 3 years ago
comment:4
wojtek.szkutnik
— 3 years ago
- Cc wojtek.szkutnik@… added
- Keywords has-patch gsoc added; needs-patch removed
Note: See
TracTickets for help on using
tickets.
Patch to add classes to the user edit screen