Changeset 19824
- Timestamp:
- 02/04/2012 12:32:34 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r19797 r19824 263 263 $locale = get_locale(); 264 264 $locale_file = WP_LANG_DIR . "/$locale.php"; 265 if ( ( 0 === validate_file( $locale _file) ) && is_readable( $locale_file ) )265 if ( ( 0 === validate_file( $locale ) ) && is_readable( $locale_file ) ) 266 266 require( $locale_file ); 267 267 unset( $locale_file );
Note: See TracChangeset
for help on using the changeset viewer.