Changeset 4971 for trunk/includes/common/template-tags.php
- Timestamp:
- 05/28/2013 11:12:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/common/template-tags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/common/template-tags.php
r4953 r4971 795 795 global $wp_query; 796 796 797 // Bail if search is disabled 798 if ( ! bbp_allow_search() ) 799 return false; 800 797 801 // Assume false 798 802 $retval = false; … … 824 828 function bbp_is_search_results() { 825 829 global $wp_query; 830 831 // Bail if search is disabled 832 if ( ! bbp_allow_search() ) 833 return false; 826 834 827 835 // Assume false
Note: See TracChangeset
for help on using the changeset viewer.