Ticket #51256: 51256.3.diff
| File 51256.3.diff, 806 bytes (added by , 5 years ago) |
|---|
-
src/wp-admin/includes/class-wp-plugins-list-table.php
949 949 $requires_php = isset( $plugin_data['requires_php'] ) ? $plugin_data['requires_php'] : null; 950 950 $compatible_php = is_php_version_compatible( $requires_php ); 951 951 $class = $is_active ? 'active' : 'inactive'; 952 $checkbox_id = 'checkbox_' . md5( $plugin_ data['Name']);952 $checkbox_id = 'checkbox_' . md5( $plugin_id_attr ); 953 953 954 954 if ( $restrict_network_active || $restrict_network_only || in_array( $status, array( 'mustuse', 'dropins' ), true ) || ! $compatible_php ) { 955 955 $checkbox = '';