Make WordPress Core


Ignore:
Timestamp:
06/22/2015 09:32:04 PM (11 years ago)
Author:
wonderboymusic
Message:

Refresh attachment links in the media modal are unneeded since bringing the image editor into it in [27445].

Props rommelxcastro.
Fixes #32550.

File:
1 edited

Legend:

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

    r32773 r32909  
    527527                    <# if ( data.can.save && data.sizes ) { #>
    528528                        <a class="edit-attachment" href="{{ data.editLink }}&amp;image-editor" target="_blank"><?php _e( 'Edit Image' ); ?></a>
    529                         <a class="refresh-attachment" href="#"><?php _e( 'Refresh' ); ?></a>
    530529                    <# } #>
    531530                <# } #>
Note: See TracChangeset for help on using the changeset viewer.