Making WordPress.org

Ticket #3619: 3619.patch

File 3619.patch, 647 bytes (added by Clorith, 6 years ago)
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/support-forums/inc/class-hooks.php

     
    418418                $args['meta_query'] = array( array(
    419419                        'key'     => 'topic_resolved',
    420420                        'type'    => 'CHAR',
    421                         'value'   => 'no',
    422                         'compare' => '='
     421                        'value'   => 'yes',
     422                        'compare' => '!='
    423423                ) );
    424424
    425425                return $args;