Changeset 13162
- Timestamp:
- 12/10/2021 12:40:38 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/bp-core-catchuri.php
r13108 r13162 249 249 250 250 // This is not a BuddyPress page, so just return. 251 if ( empty( $matches ) ) 251 if ( empty( $matches ) ) { 252 /** 253 * Fires when the the current page is not a BuddyPress one. 254 * 255 * @since 10.0.0 256 */ 257 do_action( 'is_not_buddypress' ); 252 258 return false; 259 } 253 260 254 261 $wp_rewrite->use_verbose_page_rules = false;
Note: See TracChangeset
for help on using the changeset viewer.