Changeset 28607 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 05/29/2014 03:38:31 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r28581 r28607 120 120 $class .= ' ie7'; 121 121 ?> 122 <!--[if lte IE 8]> 123 <style> 124 .attachment:focus { 125 outline: #1e8cbe solid; 126 } 127 .selected.attachment { 128 outline: #1e8cbe solid; 129 } 130 </style> 131 <![endif]--> 122 132 <script type="text/html" id="tmpl-media-frame"> 123 133 <div class="media-frame-menu"></div> … … 239 249 <div class="thumbnail"> 240 250 <div class="centered"> 241 <img src="{{ data.size.url }}" draggable="false" />251 <img src="{{ data.size.url }}" draggable="false" alt="" /> 242 252 </div> 243 253 </div> … … 254 264 255 265 <# if ( data.buttons.check ) { #> 256 <a class="check" href="#" title="<?php esc_attr_e('Deselect'); ?>" ><div class="media-modal-icon"></div></a>266 <a class="check" href="#" title="<?php esc_attr_e('Deselect'); ?>" tabindex="-1"><div class="media-modal-icon"></div></a> 257 267 <# } #> 258 268 </div>
Note: See TracChangeset
for help on using the changeset viewer.