mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 01:27:36 +01:00
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:
parent
d614abe3a2
commit
e93105ba9a
@ -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>
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user