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 d50c162 commit 43ff073Copy full SHA for 43ff073
src/wp-admin/includes/class-wp-plugins-list-table.php
@@ -800,11 +800,7 @@ public function single_row( $item ) {
800
$tested_compatible = true;
801
802
if ( ! is_wp_error( $plugin_information ) && isset( $plugin_information->tested ) ) {
803
- $tested_wp = $plugin_information->tested;
804
- }
805
-
806
- if ( null !== $tested_wp ) {
807
- $tested_compatible = is_tested_wp_version_compatible( $tested_wp );
+ $tested_compatible = is_tested_wp_version_compatible( $plugin_information->tested );
808
}
809
810
$has_dependents = WP_Plugin_Dependencies::has_dependents( $plugin_file );
0 commit comments