Opened 10 years ago
Closed 10 years ago
#29464 closed defect (bug) (fixed)
setup-config.php should use RTL CSS files
Reported by: | SergeyBiryukov | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Upgrade/Install | Keywords: | has-patch commit dev-reviewed |
Focuses: | ui, rtl | Cc: |
Description
Background: #29452
For RTL, we have install-rtl.css
and buttons-rtl.css
files. We use them in install.php
, but not in setup-config.php
. This leads to misplaced list, fields, and button (see the screenshots).
This is not a regression, but seems trivial to fix. We use wp_admin_css()
in install.php
, and it works fine in setup-config.php
too.
Attachments (5)
Change History (10)
#2
@
10 years ago
Ah yes, we can do this now that we're bootstrapping WordPress. No side effects noticed? It should be fine, as the only difference between setup-config.php and install.php now is just one has a DB connection and one doesn't.
#3
@
10 years ago
Didn't see any side effects with 29464.patch.
Note: See
TracTickets for help on using
tickets.
buttons.css
is already a dependency ofinstall.css
.