Ticket #17816: 17816.patch
File 17816.patch, 626 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/update-core.php
373 373 $wp_filesystem->put_contents($maintenance_file, $maintenance_string, FS_CHMOD_FILE); 374 374 375 375 // Copy new versions of WP files into place. 376 $result = _copy_dir($from . $distro, $to, a rray('wp-content') );376 $result = _copy_dir($from . $distro, $to, apply_filters( 'update_core_skip_list', array('wp-content') ) ); 377 377 378 378 // Custom Content Directory needs updating now. 379 379 // Copy Languages