Changeset 21904
- Timestamp:
- 09/18/2012 11:08:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r21735 r21904 1847 1847 $output = ''; 1848 1848 1849 if ( function_exists( 'is_rtl' ) )1850 $attributes[] = 'dir=" ' . ( is_rtl() ? 'rtl' : 'ltr' ) . '"';1849 if ( function_exists( 'is_rtl' ) && is_rtl() ) 1850 $attributes[] = 'dir="rtl"'; 1851 1851 1852 1852 if ( $lang = get_bloginfo('language') ) {
Note: See TracChangeset
for help on using the changeset viewer.