Make WordPress Core


Ignore:
Timestamp:
07/22/2014 04:20:59 PM (11 years ago)
Author:
wonderboymusic
Message:

Media Grid: general JS cleanup.

Props ericlewis.
See #28965.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/media-template.php

    r29263 r29266  
    264264
    265265    <script type="text/html" id="tmpl-attachment-details-two-column">
    266         <h3>
    267             <?php _e('Attachment Details'); ?>
    268         </h3>
    269266        <div class="attachment-media-view">
    270267            <div class="thumbnail thumbnail-{{ data.type }}">
     
    295292                <div class="attachment-actions">
    296293                    <# 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>
    298295                    <# } #>
    299296
Note: See TracChangeset for help on using the changeset viewer.