Changeset 22176 for trunk/wp-includes/media.php
- Timestamp:
- 10/11/2012 12:36:42 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r22173 r22176 1330 1330 <script type="text/html" id="tmpl-attachment"> 1331 1331 <div class="attachment-preview type-<%- type %> subtype-<%- subtype %> <%- orientation %>"> 1332 <% if ( 'image' === type ) { %> 1332 <% if ( uploading ) { %> 1333 <div class="media-progress-bar"><div></div></div> 1334 <% } else if ( 'image' === type ) { %> 1333 1335 <div class="thumbnail"> 1334 1336 <img src="<%- url %>" width="<%- width %>" height="<%- height %>" draggable="false" 1335 1337 style="top:<%- top %>px; left:<%- left %>px;" /> 1336 1338 </div> 1337 <% } else if ( uploading ) { %>1338 <div class="media-progress-bar"><div></div></div>1339 1339 <% } else { %> 1340 1340 <img src="<%- icon %>" class="icon" draggable="false" />
Note: See TracChangeset
for help on using the changeset viewer.