Opened 15 years ago
Closed 15 years ago
#13676 closed defect (bug) (fixed)
Wrong filename of the color-fresh.css file for RTL and dev
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 3.0 | Priority: | normal |
| Severity: | normal | Version: | 2.9 |
| Component: | General | Keywords: | needs-patch |
| Focuses: | Cc: |
Description
On login.php we use wp_admin_css( 'login', true );. The output is:
http://localhost/wp-admin/css/colors-fresh .dev-rtl.css ?ver=20100531
This file doesn't exists. It should be:
http://localhost/wp-admin/css/colors-fresh -rtl.dev.css ?ver=20100531
Change History (2)
Note: See
TracTickets for help on using
tickets.
[15087]