Index: wp-includes/widgets/class-wp-widget-media-gallery.php
===================================================================
--- wp-includes/widgets/class-wp-widget-media-gallery.php	(revision 41437)
+++ wp-includes/widgets/class-wp-widget-media-gallery.php	(working copy)
@@ -75,8 +75,8 @@
 			),
 			'link_type' => array(
 				'type' => 'string',
-				'enum' => array( 'none', 'file', 'post' ),
-				'default' => 'none',
+				'enum' => array( 'post', 'file', 'none' ),
+				'default' => 'post',
 				'media_prop' => 'link',
 				'should_preview_update' => false,
 			),
