- Timestamp:
- 07/12/2021 07:48:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/classes/class-bp-xprofile-component.php
r12869 r12994 457 457 ) ); 458 458 } 459 460 /** 461 * Register the BP xProfile Blocks. 462 * 463 * @since 9.0.0 464 * 465 * @param array $blocks Optional. See BP_Component::blocks_init() for 466 * description. 467 */ 468 public function blocks_init( $blocks = array() ) { 469 parent::blocks_init( array() ); 470 } 459 471 }
Note: See TracChangeset
for help on using the changeset viewer.