Changeset 3645
- Timestamp:
- 12/08/2011 04:45:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-core-compatibility.php
r3644 r3645 1608 1608 return; 1609 1609 1610 // Bail if filters are suppressed on this query1611 if ( true == $posts_query->get( 'suppress_filters' ) )1612 return;1613 1614 1610 // Bail if in admin 1615 1611 if ( is_admin() ) … … 1712 1708 $posts_query->bbp_is_view = true; 1713 1709 1714 // Topic/Reply Edit Page1710 // Forum/Topic/Reply Edit Page 1715 1711 } elseif ( !empty( $is_edit ) ) { 1716 1712
Note: See TracChangeset
for help on using the changeset viewer.