Ticket #50907: 50907.4.diff
File 50907.4.diff, 629 bytes (added by , 4 years ago) |
---|
-
wp-admin/update-core.php
368 368 <p> 369 369 <input type="checkbox" name="core-auto-updates-major" id="core-auto-updates-major" value="1" <?php checked( $auto_update_settings['major'], 1 ); ?> /> 370 370 <label for="core-auto-updates-major"> 371 <?php _e( ' Keep my site up-to-date with regular feature updates (major versions).' ); ?>371 <?php _e( 'Automatically keep my site up-to-date with regular feature updates.' ); ?> 372 372 </label> 373 373 </p> 374 374 <?php