Skip to:
Content

bbPress.org


Ignore:
Timestamp:
06/30/2013 07:09:08 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Make sure that topics and replies in private/hidden forums are excluded from the "insert links" dialogue window. Hat tip jaredatch. See #2334.

File:
1 edited

Legend:

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

    r4995 r5006  
    16411641    }
    16421642
    1643     // Bail if filters are suppressed on this query
    1644     if ( true === $posts_query->get( 'suppress_filters' ) ) {
    1645         return;
    1646     }
    1647 
    16481643    // Get query post types array .
    16491644    $post_types = (array) $posts_query->get( 'post_type' );
Note: See TracChangeset for help on using the changeset viewer.