Opened 17 years ago
Closed 17 years ago
#9735 closed defect (bug) (fixed)
rtl stylesheets for color scheme not loaded
| Reported by: | yoavf | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Administration | Version: | 2.8 |
| Severity: | major | Keywords: | has-patch tested css rtl |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Can reproduce. Will work on a patch now.