Ticket #41629: 41629.patch
| File 41629.patch, 566 bytes (added by , 8 years ago) |
|---|
-
wp-includes/widgets/class-wp-widget-media-image.php
92 92 'link_type' => array( 93 93 'type' => 'string', 94 94 'enum' => array( 'none', 'file', 'post', 'custom' ), 95 'default' => ' none',95 'default' => 'custom', 96 96 'media_prop' => 'link', 97 97 'description' => __( 'Link To' ), 98 98 'should_preview_update' => true,