mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Revert editing of video embed parameters in the media modal, [31620] and [31626] for now. Plan on revisiting in 4.3.
Props iseulde. Fixes #31139, fixes #32006. git-svn-id: https://develop.svn.wordpress.org/trunk@32258 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -819,16 +819,6 @@ function wp_print_media_templates() {
|
||||
<div class="embed-container" style="display: none;">
|
||||
<div class="embed-preview"></div>
|
||||
</div>
|
||||
<div class="embed-link-dimensions">
|
||||
<label class="setting width">
|
||||
<span><?php _e( 'Maximum Width' ); ?></span>
|
||||
<input type="text" class="alignment" data-setting="width" />
|
||||
</label>
|
||||
<label class="setting height">
|
||||
<span><?php _e( 'Maximum Height' ); ?></span>
|
||||
<input type="text" class="alignment" data-setting="height" />
|
||||
</label>
|
||||
</div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="tmpl-embed-image-settings">
|
||||
|
||||
Reference in New Issue
Block a user