Changeset 13461 for trunk/wp-includes/general-template.php
- Timestamp:
- 02/27/2010 05:48:37 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/general-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/general-template.php
r13425 r13461 454 454 case 'text_direction': 455 455 global $wp_locale; 456 $output = $wp_locale->text_direction; 456 if ( isset( $wp_locale ) ) 457 $output = $wp_locale->text_direction; 458 else 459 $output = 'ltr'; 457 460 break; 458 461 case 'name':
Note: See TracChangeset
for help on using the changeset viewer.