Changeset 19836 for trunk/wp-includes/load.php
- Timestamp:
- 02/06/2012 07:36:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r19787 r19836 727 727 if ( defined( 'WP_SETUP_CONFIG' ) && file_exists( $location . '/admin-' . $locale . '.mo' ) ) 728 728 load_textdomain( 'default', $location . '/admin-' . $locale . '.mo' ); 729 if ( WP_Locale::is_locale_rtl( $locale ) )730 $text_direction = 'rtl';731 729 break 2; 732 730 }
Note: See TracChangeset
for help on using the changeset viewer.