Ticket #3619: 3619.patch
File 3619.patch, 647 bytes (added by , 6 years ago) |
---|
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php
418 418 $args['meta_query'] = array( array( 419 419 'key' => 'topic_resolved', 420 420 'type' => 'CHAR', 421 'value' => ' no',422 'compare' => ' ='421 'value' => 'yes', 422 'compare' => '!=' 423 423 ) ); 424 424 425 425 return $args;