Make WordPress Core

Ticket #41985: 41985.2.patch

File 41985.2.patch, 576 bytes (added by bor0, 8 years ago)
  • wp-includes/widgets/class-wp-widget-media-gallery.php

     
    7575                        ),
    7676                        'link_type' => array(
    7777                                'type' => 'string',
    78                                 'enum' => array( 'none', 'file', 'post' ),
    79                                 'default' => 'none',
     78                                'enum' => array( 'post', 'file', 'none' ),
     79                                'default' => 'post',
    8080                                'media_prop' => 'link',
    8181                                'should_preview_update' => false,
    8282                        ),