Changeset 19787
- Timestamp:
- 01/29/2012 08:49:34 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r19760 r19787 725 725 if ( file_exists( $location . '/' . $locale . '.mo' ) ) { 726 726 load_textdomain( 'default', $location . '/' . $locale . '.mo' ); 727 if ( defined( 'WP_SETUP_CONFIG' ) && file_exists( $location . '/admin-' . $locale . '.mo' ) ) 728 load_textdomain( 'default', $location . '/admin-' . $locale . '.mo' ); 727 729 if ( WP_Locale::is_locale_rtl( $locale ) ) 728 730 $text_direction = 'rtl';
Note: See TracChangeset
for help on using the changeset viewer.