We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2bd3a commit d4a7755Copy full SHA for d4a7755
src/wp-admin/includes/class-wp-plugins-list-table.php
@@ -824,7 +824,7 @@ public function single_row( $item ) {
824
if ( $is_active ) {
825
if ( current_user_can( 'manage_network_plugins' ) ) {
826
if ( $has_active_dependents ) {
827
- $actions['deactivate'] = __( 'Deactivate' ) .
+ $actions['deactivate'] = __( 'Network Deactivate' ) .
828
'<span class="screen-reader-text">' .
829
__( 'You cannot deactivate this plugin as other plugins require it.' ) .
830
'</span>';
0 commit comments