[wp-trac] [WordPress Trac] #6425: Support for RTL in feeds

WordPress Trac wp-trac at lists.automattic.com
Sun Jun 5 14:29:44 UTC 2011


#6425: Support for RTL in feeds
-------------------------------+-----------------------------
 Reporter:  RanYanivHartstein  |       Owner:  nbachiyski
     Type:  enhancement        |      Status:  assigned
 Priority:  normal             |   Milestone:  Future Release
Component:  I18N               |     Version:
 Severity:  normal             |  Resolution:
 Keywords:  needs-patch        |
-------------------------------+-----------------------------

Comment (by ramiy):

 you can replace:

 {{{
 <?php if ( get_bloginfo('text_direction') == 'rtl' ) { echo ('&#8235;');
 }?>
 }}}

 with:

 {{{
 <?php if ( is_rtl() ) { echo '&#8235;'; } ?>
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/6425#comment:7>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list