Changeset 5024
- Timestamp:
- 07/10/2013 05:17:11 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/search/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/search/functions.php
r4997 r5024 64 64 global $wp_rewrite; 65 65 66 // Bail if not a search request action 67 if ( empty( $_GET['action'] ) || ( 'bbp-search-request' !== $_GET['action'] ) ) { 68 return; 69 } 70 66 71 // Bail if not using pretty permalinks 67 72 if ( ! $wp_rewrite->using_permalinks() ) {
Note: See TracChangeset
for help on using the changeset viewer.