Changeset 13513
- Timestamp:
- 07/10/2023 05:19:52 AM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-component.php
r13511 r13513 254 254 $this->search_query_arg = sanitize_title( $params['search_query_arg'] ); 255 255 } 256 } 257 258 // Make sure the `buddypress()->active_components` global lists all active components. 259 if ( 'core' !== $this->id && ! isset( buddypress()->active_components[ $this->id ] ) ) { 260 buddypress()->active_components[ $this->id ] = '1'; 256 261 } 257 262
Note: See TracChangeset
for help on using the changeset viewer.