Make WordPress Core


Ignore:
Timestamp:
07/03/2013 08:43:19 PM (12 years ago)
Author:
nacin
Message:

Allow gallery to be inserted with no links on the images. props chipbennett, helgatheviking, aaroncampbell, wonderboymusic. fixes #18178.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media-template.php

    r24320 r24550  
    354354                    <?php esc_attr_e('Media File'); ?>
    355355                </option>
     356                <option value="none">
     357                    <?php esc_attr_e('None'); ?>
     358                </option>
    356359            </select>
    357360        </label>
Note: See TracChangeset for help on using the changeset viewer.