mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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; ?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user