- Timestamp:
- 07/12/2021 07:48:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-friends/classes/class-bp-friends-component.php
r12670 r12994 338 338 parent::rest_api_init( array( 'BP_REST_Friends_Endpoint' ) ); 339 339 } 340 341 /** 342 * Register the BP Friends Blocks. 343 * 344 * @since 9.0.0 345 * 346 * @param array $blocks Optional. See BP_Component::blocks_init() for 347 * description. 348 */ 349 public function blocks_init( $blocks = array() ) { 350 parent::blocks_init( array() ); 351 } 340 352 }
Note: See TracChangeset
for help on using the changeset viewer.