Make WordPress Core

Changeset 49820


Ignore:
Timestamp:
12/17/2020 12:59:57 PM (4 years ago)
Author:
desrosj
Message:

Media: Fix the template for the "Align" and "Link To" fields in the media modal when inserting an image from URL.

Props noisysocks, mukesh27.
Merges [49804] to the 5.6 branch.
Fixes #52065.

Location:
branches/5.6
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.6

  • branches/5.6/src/wp-includes/media-template.php

    r49568 r49820  
    10211021            <span class="setting caption">
    10221022                <label for="embed-image-settings-caption" class="name"><?php _e( 'Caption' ); ?></label>
    1023                 <textarea id="embed-image-settings-caption" data-setting="caption" />
     1023                <textarea id="embed-image-settings-caption" data-setting="caption"></textarea>
    10241024            </span>
    10251025        <?php endif; ?>
Note: See TracChangeset for help on using the changeset viewer.