Changeset 5006 for trunk/includes/forums/functions.php
- Timestamp:
- 06/30/2013 07:09:08 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/forums/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/forums/functions.php
r4995 r5006 1641 1641 } 1642 1642 1643 // Bail if filters are suppressed on this query1644 if ( true === $posts_query->get( 'suppress_filters' ) ) {1645 return;1646 }1647 1648 1643 // Get query post types array . 1649 1644 $post_types = (array) $posts_query->get( 'post_type' );
Note: See TracChangeset
for help on using the changeset viewer.