- Timestamp:
- 07/12/2021 07:48:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-component.php
r12463 r12994 446 446 parent::rest_api_init( array( 'BP_REST_Messages_Endpoint' ) ); 447 447 } 448 449 /** 450 * Register the BP Messages Blocks. 451 * 452 * @since 9.0.0 453 * 454 * @param array $blocks Optional. See BP_Component::blocks_init() for 455 * description. 456 */ 457 public function blocks_init( $blocks = array() ) { 458 parent::blocks_init( array() ); 459 } 448 460 }
Note: See TracChangeset
for help on using the changeset viewer.