Clarify the text for the 'Edit Selection' link when multiple media items are selected in the media manager.
Props adamsilverstein See #24325 git-svn-id: https://develop.svn.wordpress.org/trunk@30685 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cedecf8033
commit
d8dd2e4a77
@ -575,7 +575,7 @@ function wp_print_media_templates() {
|
||||
<div class="selection-info">
|
||||
<span class="count"></span>
|
||||
<# if ( data.editable ) { #>
|
||||
<a class="edit-selection" href="#"><?php _e('Edit'); ?></a>
|
||||
<a class="edit-selection" href="#"><?php _e( 'Edit Selection' ); ?></a>
|
||||
<# } #>
|
||||
<# if ( data.clearable ) { #>
|
||||
<a class="clear-selection" href="#"><?php _e('Clear'); ?></a>
|
||||
|
Loading…
Reference in New Issue
Block a user