#19519 closed defect (bug) (invalid)
Error page direction (RTL)
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | RTL | Version: | 3.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When wp-config.php is missing the error page isn't RTLized.
Please check the attachment.
Attachments (2)
Change History (6)
SergeyBiryukov — 17 months ago
comment:1
SergeyBiryukov — 17 months ago
comment:4
SergeyBiryukov — 17 months ago
- Milestone Awaiting Review deleted
Note: See
TracTickets for help on using
tickets.

I've downloaded http://ar.wordpress.org/builds/ar/trunk/wordpress-3.3-RC3-ar.zip to check this.
Seems you have a wrong translation for 'ltr' string, which results in wrong $text_direction string being set in wp-load.php. If I change it to:
the page is displayed in RTL, as expected (see the screenshot).