Index: sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
===================================================================
--- sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php	(revision 7645)
+++ sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php	(date 1536134269742)
@@ -418,8 +418,8 @@
 		$args['meta_query'] = array( array(
 			'key'     => 'topic_resolved',
 			'type'    => 'CHAR',
-			'value'   => 'no',
-			'compare' => '='
+			'value'   => 'yes',
+			'compare' => '!='
 		) );
 
 		return $args;
