Changeset 21784 for trunk/wp-includes/media.php
- Timestamp:
- 09/07/2012 09:27:07 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r21778 r21784 1577 1577 'type' => $type, 1578 1578 'subtype' => $subtype, 1579 'icon' => wp_mime_type_icon( $attachment->post_mime_type ), 1579 1580 ); 1580 1581 … … 1647 1648 1648 1649 <script type="text/html" id="tmpl-attachment"> 1649 <div class="attachment-thumbnail <%- orientation %>">1650 <div class="attachment-thumbnail type-<%- type %> subtype-<%- subtype %> <%- orientation %>"> 1650 1651 <% if ( thumbnail ) { %> 1651 1652 <img src="<%- thumbnail %>" />
Note: See TracChangeset
for help on using the changeset viewer.