- Timestamp:
- 07/12/2021 07:48:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r12951 r12994 696 696 * @since 5.0.0 697 697 * @since 6.0.0 Adds the Member Cover and Signup REST endpoints. 698 * @since 9.0.0 Moves the `BP_REST_Components_Endpoint` controller in `BP_Core` component. 698 699 * 699 700 * @param array $controllers Optional. See BP_Component::rest_api_init() for … … 702 703 public function rest_api_init( $controllers = array() ) { 703 704 $controllers = array( 704 /**705 * As the Members component is always loaded,706 * let's register the Components endpoint here.707 */708 'BP_REST_Components_Endpoint',709 705 'BP_REST_Members_Endpoint', 710 706 'BP_REST_Attachments_Member_Avatar_Endpoint',
Note: See TracChangeset
for help on using the changeset viewer.