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

Props noisysocks, mukesh27.
Fixes #52065.

git-svn-id: https://develop.svn.wordpress.org/trunk@49804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2020-12-16 12:43:44 +00:00
parent 4595dcf7f9
commit 55c1f81e49

View File

@@ -1020,7 +1020,7 @@ function wp_print_media_templates() {
?>
<span class="setting caption">
<label for="embed-image-settings-caption" class="name"><?php _e( 'Caption' ); ?></label>
<textarea id="embed-image-settings-caption" data-setting="caption" />
<textarea id="embed-image-settings-caption" data-setting="caption"></textarea>
</span>
<?php endif; ?>