Changeset 21909 for trunk/wp-includes/media.php
- Timestamp:
- 09/19/2012 01:10:17 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r21833 r21909 1646 1646 1647 1647 <script type="text/html" id="tmpl-attachment"> 1648 <div class="attachment- thumbnailtype-<%- type %> subtype-<%- subtype %> <%- orientation %>">1648 <div class="attachment-preview type-<%- type %> subtype-<%- subtype %> <%- orientation %>"> 1649 1649 <% if ( thumbnail ) { %> 1650 1650 <img src="<%- thumbnail %>" draggable="false" />
Note: See TracChangeset
for help on using the changeset viewer.