Opened 12 years ago
Closed 12 years ago
#21406 closed defect (bug) (fixed)
Use primary button styling
Reported by: | jane | Owned by: | ryan |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | trivial | Version: | 3.4.1 |
Component: | UI | Keywords: | easy-fix has-patch commit |
Focuses: | Cc: |
Description (last modified by )
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)
#3
@
12 years ago
The parameter could be just 'primary'
:
http://core.trac.wordpress.org/browser/tags/3.4.1/wp-admin/includes/template.php#L1596
Note: See
TracTickets for help on using
tickets.
Easy patch