Skip to content

Commit d4a7755

Browse files
committed
Add: Filter for Plugins List Status Text
1 parent 3b2bd3a commit d4a7755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/includes/class-wp-plugins-list-table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ public function single_row( $item ) {
824824
if ( $is_active ) {
825825
if ( current_user_can( 'manage_network_plugins' ) ) {
826826
if ( $has_active_dependents ) {
827-
$actions['deactivate'] = __( 'Deactivate' ) .
827+
$actions['deactivate'] = __( 'Network Deactivate' ) .
828828
'<span class="screen-reader-text">' .
829829
__( 'You cannot deactivate this plugin as other plugins require it.' ) .
830830
'</span>';

0 commit comments

Comments
 (0)