Make WordPress Core

Ticket #41629: 41629.patch

File 41629.patch, 566 bytes (added by bor0, 8 years ago)
  • wp-includes/widgets/class-wp-widget-media-image.php

     
    9292                                'link_type' => array(
    9393                                        'type' => 'string',
    9494                                        'enum' => array( 'none', 'file', 'post', 'custom' ),
    95                                         'default' => 'none',
     95                                        'default' => 'custom',
    9696                                        'media_prop' => 'link',
    9797                                        'description' => __( 'Link To' ),
    9898                                        'should_preview_update' => true,