Opened 17 years ago
Closed 17 years ago
#9735 closed defect (bug) (fixed)
rtl stylesheets for color scheme not loaded
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.8 | Priority: | normal |
| Severity: | major | Version: | 2.8 |
| Component: | Administration | Keywords: | has-patch tested css rtl |
| Focuses: | Cc: |
Description
When blog is set to RTL, color-fresh.css is called twice. color-fresh-rtl.css is not loaded at all.
admin-header.php output:
<link rel='stylesheet' id='colors-css' href='http://localhost:8888/trunk/wp-admin/css/colors-fresh.css?ver=20090503' type='text/css' media='all' /> <link rel='stylesheet' id='colors-rtl-css' href='http://localhost:8888/trunk/wp-admin/css/colors-fresh.css?ver=20090503' type='text/css' media='all' />
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Can reproduce. Will work on a patch now.