Ticket #41985: 41985.2.patch
| File 41985.2.patch, 576 bytes (added by , 8 years ago) |
|---|
-
wp-includes/widgets/class-wp-widget-media-gallery.php
75 75 ), 76 76 'link_type' => array( 77 77 'type' => 'string', 78 'enum' => array( ' none', 'file', 'post' ),79 'default' => ' none',78 'enum' => array( 'post', 'file', 'none' ), 79 'default' => 'post', 80 80 'media_prop' => 'link', 81 81 'should_preview_update' => false, 82 82 ),