Ticket #19924: 19924.patch
| File 19924.patch, 467 bytes (added by , 14 years ago) |
|---|
-
wp-settings.php
262 262 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 ); 268 268