#19701 closed defect (bug) (fixed)
Remove .button styling from _default_wp_die_handler()
Reported by: | ryan | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.3.1 | Priority: | normal |
Severity: | normal | Version: | 3.3 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
These styles seem to be a left over from the install styles. Given that wp_guess_url() is not a reliable way to determine the siteurl from a front page load and that core doesn't seem to need these styles for any of its wp_die() messages, let's remove them.
Attachments (1)
Change History (7)
#3
follow-up:
↓ 6
@
13 years ago
Use css3 gradients instead of images and call it good enough?
To test:
- Remove wp-config.php
- Visit wp-admin/install.php
- Note the "Create a Configuration File"
- Make the button pretty without using images and wp_guess_url()
Note: See
TracTickets for help on using
tickets.
Plugins might be more likely to include Go Back type buttons, so maybe we should preserve some styling. The image gradients need to go though because wp_guess_url() doesn't really work here.