Changeset 12847 for trunk/wp-settings.php
- Timestamp:
- 01/26/2010 06:20:27 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-settings.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-settings.php
r12762 r12847 162 162 die(); 163 163 } 164 unset($file); 164 165 ms_network_cookies(); 165 166 } … … 249 250 if ( is_readable( $locale_file ) ) 250 251 require_once( $locale_file ); 252 unset($locale_file); 251 253 252 254 // Pull in locale data after loading text domain.
Note: See TracChangeset
for help on using the changeset viewer.