Changeset 6554 for trunk/src/includes/common/functions.php
- Timestamp:
- 06/15/2017 05:02:11 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/common/functions.php
r6543 r6554 2165 2165 $wp_query->set_404(); 2166 2166 } 2167 2168 /** 2169 * Maybe avoid default 404 handling for some bbPress pages 2170 * 2171 * @since 2.6.0 bbPress (r6555) 2172 */ 2173 function bbp_pre_handle_404( $override = false, $wp_query = false ) { 2174 return $override; 2175 }
Note: See TracChangeset
for help on using the changeset viewer.