[wp-trac] Re: [WordPress Trac] #7848: Themes should be able to
detect directionality of layout
WordPress Trac
wp-trac at lists.automattic.com
Sat Oct 11 19:58:23 GMT 2008
#7848: Themes should be able to detect directionality of layout
-------------------------+--------------------------------------------------
Reporter: huji | Owner: anonymous
Type: enhancement | Status: closed
Priority: normal | Milestone: 2.8
Component: Template | Version:
Severity: normal | Resolution: worksforme
Keywords: |
-------------------------+--------------------------------------------------
Changes (by huji):
* status: new => closed
* resolution: => worksforme
Comment:
My bad! Actually, this is not only available, but also in use. In
theme.php (HEAD version) we have:
{{{
elseif ( !empty($wp_locale->text_direction) &&
file_exists("$dir/{$wp_locale->text_direction}.css") )
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/7848#comment:2>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list