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