Ticket #38551: 38551.patch
| File 38551.patch, 583 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/update-core.php
748 748 749 749 // If not explicitly defined as false, don't install new default themes. 750 750 if ( ! defined( 'CORE_UPGRADE_SKIP_NEW_BUNDLED' ) || CORE_UPGRADE_SKIP_NEW_BUNDLED ) { 751 $_new_bundled_files = array( 'plugins/akismet/' => '2.0' );751 $_new_bundled_files = array( 'plugins/akismet/' => '2.0', 'themes/twentyseventeen/' => '4.7' ); 752 752 } 753 753 754 754 /**