Changeset 21785
- Timestamp:
- 09/07/2012 10:09:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r21784 r21785 1650 1650 <div class="attachment-thumbnail type-<%- type %> subtype-<%- subtype %> <%- orientation %>"> 1651 1651 <% if ( thumbnail ) { %> 1652 <img src="<%- thumbnail %>" />1652 <img src="<%- thumbnail %>" draggable="false" /> 1653 1653 <% } %> 1654 1654 … … 1664 1664 <div class="selected-img selected-count-<%- count %>"> 1665 1665 <% if ( thumbnail ) { %> 1666 <img src="<%- thumbnail %>" />1666 <img src="<%- thumbnail %>" draggable="false" /> 1667 1667 <% } %> 1668 1668
Note: See TracChangeset
for help on using the changeset viewer.