Ticket #3607: template-search-3607.patch
| File template-search-3607.patch, 513 bytes (added by , 22 months ago) |
|---|
-
includes/search/template.php
47 47 } 48 48 49 49 // Default public statuses (topics coincidentally cover all post types) 50 $post_statuses = array_keys( bbp_get_public_topic_statuses());50 $post_statuses = bbp_get_public_topic_statuses(); 51 51 52 52 // Add support for private status 53 53 if ( current_user_can( 'read_private_topics' ) ) {