Changeset 60723
- Timestamp:
- 09/08/2025 08:56:58 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r58975 r60723 808 808 if ( current_user_can( 'manage_network_plugins' ) ) { 809 809 if ( $has_active_dependents ) { 810 $actions['deactivate'] = __( ' Deactivate' ) .810 $actions['deactivate'] = __( 'Network Deactivate' ) . 811 811 '<span class="screen-reader-text">' . 812 812 __( 'You cannot deactivate this plugin as other plugins require it.' ) .
Note: See TracChangeset
for help on using the changeset viewer.