Changeset 19797 for trunk/wp-settings.php
- Timestamp:
- 01/31/2012 02:30:36 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r19760 r19797 261 261 load_default_textdomain(); 262 262 263 // Find the blog locale.264 263 $locale = get_locale(); 265 264 $locale_file = WP_LANG_DIR . "/$locale.php"; 266 if ( ( 0 === validate_file( $locale ) ) && is_readable( $locale_file ) )265 if ( ( 0 === validate_file( $locale_file ) ) && is_readable( $locale_file ) ) 267 266 require( $locale_file ); 268 unset( $locale_file);267 unset( $locale_file ); 269 268 270 269 // Pull in locale data after loading text domain.
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)