mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Header images: Handle cropping failures.
props ehg. see #21785. git-svn-id: https://develop.svn.wordpress.org/trunk@27946 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1048,6 +1048,11 @@ function wp_print_media_templates() {
|
||||
<div class="wpview-overlay"></div>
|
||||
</script>
|
||||
|
||||
<script type="text/html" id="tmpl-crop-content">
|
||||
<img class="crop-image" src="{{ data.url }}">
|
||||
<div class="upload-errors"></div>
|
||||
</script>
|
||||
|
||||
<?php
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user