Changeset 18765
- Timestamp:
- 09/24/2011 04:18:44 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r18404 r18765 385 385 386 386 if ( !@is_dir($lang_dir) && 0 === strpos($lang_dir, ABSPATH) ) { // Check the language directory exists first 387 $wp_filesystem->mkdir($to . str_replace( $lang_dir, ABSPATH, ''), FS_CHMOD_DIR); // If it's within the ABSPATH we can handle it here, otherwise they're out of luck.387 $wp_filesystem->mkdir($to . str_replace(ABSPATH, '', $lang_dir), FS_CHMOD_DIR); // If it's within the ABSPATH we can handle it here, otherwise they're out of luck. 388 388 clearstatcache(); // for FTP, Need to clear the stat cache 389 389 }
Note: See TracChangeset
for help on using the changeset viewer.