Text Changes: Change Network deactivate %s
to upper case, for consistency with Network Activate %s
.
See #37290. git-svn-id: https://develop.svn.wordpress.org/trunk@38081 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4c5165a8d0
commit
fd19901336
@ -600,7 +600,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
|||||||
if ( $is_active ) {
|
if ( $is_active ) {
|
||||||
if ( current_user_can( 'manage_network_plugins' ) ) {
|
if ( current_user_can( 'manage_network_plugins' ) ) {
|
||||||
/* translators: %s: plugin name */
|
/* translators: %s: plugin name */
|
||||||
$actions['deactivate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . $plugin_file . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ) . '" aria-label="' . esc_attr( sprintf( _x( 'Network deactivate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Network Deactivate' ) . '</a>';
|
$actions['deactivate'] = '<a href="' . wp_nonce_url( 'plugins.php?action=deactivate&plugin=' . $plugin_file . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'deactivate-plugin_' . $plugin_file ) . '" aria-label="' . esc_attr( sprintf( _x( 'Network Deactivate %s', 'plugin' ), $plugin_data['Name'] ) ) . '">' . __( 'Network Deactivate' ) . '</a>';
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if ( current_user_can( 'manage_network_plugins' ) ) {
|
if ( current_user_can( 'manage_network_plugins' ) ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user