Make WordPress Core


Ignore:
Timestamp:
12/06/2012 03:36:17 AM (12 years ago)
Author:
nacin
Message:

Restore captions for non-image attachments. see #22759.

File:
1 edited

Legend:

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

    r23083 r23087  
    17521752                />
    17531753            </label>
     1754            <label class="setting" data-setting="caption">
     1755                <span><?php _e('Caption'); ?></span>
     1756                <textarea {{ maybeReadOnly }}>{{ data.caption }}</textarea>
     1757            </label>
    17541758        <# } #>
    17551759            <label class="setting" data-setting="description">
Note: See TracChangeset for help on using the changeset viewer.