Changeset 10050 for trunk/wp-admin/includes/update-core.php
- Timestamp:
- 12/04/2008 09:58:46 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/update-core.php
r9985 r10050 228 228 $maintenance_file = $to . '.maintenance'; 229 229 $wp_filesystem->delete($maintenance_file); 230 $wp_filesystem->put_contents($maintenance_file, $maintenance_string, 0644);230 $wp_filesystem->put_contents($maintenance_file, $maintenance_string, FS_CHMOD_FILE); 231 231 232 232 // Copy new versions of WP files into place.
Note: See TracChangeset
for help on using the changeset viewer.