Changeset 22154 for trunk/wp-includes/media.php
- Timestamp:
- 10/10/2012 06:47:22 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22144 r22154 1363 1363 1364 1364 <script type="text/html" id="tmpl-editor-attachment"> 1365 <% if ( url ) { %> 1366 <img src="<%- url %>" width="<%- width %>" height="<%- height %>" draggable="false" /> 1367 <% } %> 1368 1369 <% if ( uploading ) { %> 1370 <div class="media-progress-bar"><div></div></div> 1371 <% } %> 1372 <div class="close">×</div> 1365 <div class="editor-attachment-preview"> 1366 <% if ( url ) { %> 1367 <img src="<%- url %>" width="<%- width %>" height="<%- height %>" draggable="false" /> 1368 <% } %> 1369 1370 <% if ( uploading ) { %> 1371 <div class="media-progress-bar"><div></div></div> 1372 <% } %> 1373 <div class="overlay"> 1374 <div class="button close">×</div> 1375 </div> 1376 </div> 1373 1377 <div class="describe"></div> 1374 1378 </script> … … 1378 1382 <img src="<%- url %>" draggable="false" /> 1379 1383 <% } %> 1380 <div class="close">×</div> 1384 1385 <div class="overlay"> 1386 <div class="button close">×</div> 1387 <div class="button edit"><?php _e('Edit'); ?></div> 1388 </div> 1381 1389 </script> 1382 1390 <?php
Note: See TracChangeset
for help on using the changeset viewer.