Changeset 41840
- Timestamp:
- 10/12/2017 04:20:32 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-media-gallery.php
r41772 r41840 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,
Note: See TracChangeset
for help on using the changeset viewer.