Changeset 22012 for trunk/wp-includes/media.php
- Timestamp:
- 09/26/2012 02:12:54 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/media.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r21999 r22012 1415 1415 <a class="clear-selection" href="#"><?php _e('Clear selection'); ?></a> 1416 1416 </script> 1417 1418 <script type="text/html" id="tmpl-editor-attachment"> 1419 <% if ( url ) { %> 1420 <img src="<%- url %>" width="<%- width %>" height="<%- height %>" draggable="false" /> 1421 <% } %> 1422 1423 <% if ( uploading ) { %> 1424 <div class="media-progress-bar"><div></div></div> 1425 <% } %> 1426 <div class="close">×</div> 1427 <div class="describe"></div> 1428 </script> 1417 1429 <?php 1418 1430 }
Note: See TracChangeset
for help on using the changeset viewer.