Remove the attachment quick-insert button from the media modal. see #21390.

git-svn-id: https://develop.svn.wordpress.org/trunk@22138 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Daryl Koopersmith
2012-10-09 00:21:52 +00:00
parent 91a3c62b3f
commit b26a4d2cde
2 changed files with 0 additions and 29 deletions

View File

@@ -1346,10 +1346,6 @@ function wp_print_media_templates( $attachment ) {
<% if ( buttons.close ) { %>
<a class="close" href="#">&times;</a>
<% } %>
<% if ( buttons.insert ) { %>
<a class="insert button button-small" href="#"><?php _e( 'Insert' ); ?></a>
<% } %>
</div>
<div class="describe"></div>
</script>