Make WordPress Core

Changeset 30685


Ignore:
Timestamp:
12/01/2014 04:14:06 AM (10 years ago)
Author:
johnbillion
Message:

Clarify the text for the 'Edit Selection' link when multiple media items are selected in the media manager.

Props adamsilverstein
See #24325

File:
1 edited

Legend:

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

    r29779 r30685  
    576576            <span class="count"></span>
    577577            <# if ( data.editable ) { #>
    578                 <a class="edit-selection" href="#"><?php _e('Edit'); ?></a>
     578                <a class="edit-selection" href="#"><?php _e( 'Edit Selection' ); ?></a>
    579579            <# } #>
    580580            <# if ( data.clearable ) { #>
Note: See TracChangeset for help on using the changeset viewer.