Opened 10 months ago
Closed 10 months ago
#21406 closed defect (bug) (fixed)
Use primary button styling
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | UI | Version: | 3.4.1 |
| Severity: | trivial | Keywords: | easy-fix has-patch commit |
| Cc: |
Description (last modified by SergeyBiryukov)
The add/submit button on:
- edit-tags.php?taxonomy=post_tag
- edit-tags.php?taxonomy=category
- edit-tags.php?taxonomy=link_category
is using secondary button style but should be using primary (blue) since hitting enter/return does activate that button and it's the primary action on that page.
Ditto for custom taxonomy screens.
Attachments (3)
Change History (11)
comment:1
SergeyBiryukov — 10 months ago
- Description modified (diff)
- Keywords easy-fix added
JustinSainton — 10 months ago
comment:2
JustinSainton — 10 months ago
- Keywords has-patch added; needs-patch removed
comment:3
SergeyBiryukov — 10 months ago
The parameter could be just 'primary':
http://core.trac.wordpress.org/browser/tags/3.4.1/wp-admin/includes/template.php#L1596
JustinSainton — 10 months ago
comment:4
JustinSainton — 10 months ago
Just caught that myself :)
comment:5
SergeyBiryukov — 10 months ago
Actually, could even be removed, since that's the default value.
JustinSainton — 10 months ago
comment:6
JustinSainton — 10 months ago
- Keywords wipe-that-smug-look-off-your-face-easy-fix added
comment:7
SergeyBiryukov — 10 months ago
- Keywords commit added; wipe-that-smug-look-off-your-face-easy-fix removed
Note: See
TracTickets for help on using
tickets.

Easy patch