Opened 4 years ago
Closed 4 years ago
#9735 closed defect (bug) (fixed)
rtl stylesheets for color scheme not loaded
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.8 |
| Component: | Administration | Version: | 2.8 |
| Severity: | major | Keywords: | has-patch tested css rtl |
| 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)
- Milestone changed from Unassigned to 2.8
- Keywords has-patch tested css added; needs-patch, css, removed
someone has out the replace function before instead of after the filters. this is fixed now.
a incosistency i saw but just reported here FYI:
color handle has src (bool) true color-rtl handle has src (int) 1
Note: See
TracTickets for help on using
tickets.

Can reproduce. Will work on a patch now.