Changeset 18356 for branches/3.1/wp-settings.php
- Timestamp:
- 06/27/2011 09:36:48 PM (14 years ago)
- Location:
- branches/3.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.1
-
branches/3.1/wp-settings.php
r16558 r18356 259 259 $locale = get_locale(); 260 260 $locale_file = WP_LANG_DIR . "/$locale.php"; 261 if ( is_readable( $locale_file ) )261 if ( ( 0 === validate_file( $locale ) ) && is_readable( $locale_file ) ) 262 262 require( $locale_file ); 263 263 unset($locale_file);
Note: See TracChangeset
for help on using the changeset viewer.