[wp-trac] [WordPress Trac] #17603: Theme options page (Arabic RTL)
WordPress Trac
wp-trac at lists.automattic.com
Wed Jun 15 21:04:23 UTC 2011
#17603: Theme options page (Arabic RTL)
-------------------------+-----------------------
Reporter: rasheed | Owner: ryan
Type: enhancement | Status: reopened
Priority: normal | Milestone: 3.2
Component: RTL | Version: 3.2
Severity: normal | Resolution:
Keywords: needs-patch |
-------------------------+-----------------------
Comment (by ramiy):
Hi nacin,
* '''Color Scheme''' - Need to be aligned to right.
* '''Layout''' - Align to right. And about the pictures, in my language
it's wrong. We can do something like this:
{{{
if ( !is_rtl() ) {
echo 'sidebar-content.png';
} else {
echo 'content-sidebar.png';
}
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17603#comment:11>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list