Changeset 29266 for trunk/src/wp-includes/media-template.php
- Timestamp:
- 07/22/2014 04:20:59 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media-template.php
r29263 r29266 264 264 265 265 <script type="text/html" id="tmpl-attachment-details-two-column"> 266 <h3>267 <?php _e('Attachment Details'); ?>268 </h3>269 266 <div class="attachment-media-view"> 270 267 <div class="thumbnail thumbnail-{{ data.type }}"> … … 295 292 <div class="attachment-actions"> 296 293 <# if ( 'image' === data.type && ! data.uploading ) { #> 297 <a class="button edit- image" href="#"><?php _e( 'Edit Image' ); ?></a>294 <a class="button edit-attachment" href="#"><?php _e( 'Edit Image' ); ?></a> 298 295 <# } #> 299 296
Note: See TracChangeset
for help on using the changeset viewer.