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

Props adamsilverstein
See #24325

Built from https://develop.svn.wordpress.org/trunk@30685


git-svn-id: http://core.svn.wordpress.org/trunk@30675 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
John Blackbourn 2014-12-01 04:15:23 +00:00
parent d614abe3a2
commit e93105ba9a
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.1-beta2-30684';
$wp_version = '4.1-beta2-30685';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.