Skip to:
Content

bbPress.org


Ignore:
Timestamp:
03/05/2014 07:20:02 PM (12 years ago)
Author:
johnjamesjacoby
Message:

Use correct uppercase type hinting for forum meta queries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/forums/functions.php

    r5299 r5311  
    17501750                        'key'     => '_bbp_forum_id',
    17511751                        'value'   => implode( ',', $forum_ids ),
    1752                         'type'    => 'numeric',
     1752                        'type'    => 'NUMERIC',
    17531753                        'compare' => ( 1 < count( $forum_ids ) ) ? 'NOT IN' : '!='
    17541754                    );
Note: See TracChangeset for help on using the changeset viewer.