Changeset 12488
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-members/classes/class-bp-members-component.php
r12485 r12488 474 474 'BP_REST_Components_Endpoint', 475 475 'BP_REST_Members_Endpoint', 476 'BP_REST_Attachments_Member_Avatar_Endpoint',477 476 ) ); 478 477 } -
trunk/src/bp-xprofile/classes/class-bp-xprofile-component.php
r12485 r12488 504 504 'BP_REST_XProfile_Field_Groups_Endpoint', 505 505 'BP_REST_XProfile_Data_Endpoint', 506 'BP_REST_Attachments_Member_Avatar_Endpoint', 506 507 ) ); 507 508 } -
trunk/tests/phpunit/testcases/core/class-bp-component.php
r12485 r12488 33 33 'BP_REST_Components_Endpoint', 34 34 'BP_REST_Members_Endpoint', 35 'BP_REST_Attachments_Member_Avatar_Endpoint',36 35 ) ); 37 36 } … … 49 48 $this->assertSame( $bp->unit_test_rest->controllers, array( 50 49 'BP_REST_Components_Endpoint', 51 'BP_REST_Attachments_Member_Avatar_Endpoint',52 50 ) ); 53 51 } … … 66 64 'BP_REST_Components_Endpoint', 67 65 'BP_REST_Members_Endpoint', 68 'BP_REST_Attachments_Member_Avatar_Endpoint',69 66 ) ); 70 67 }
Note: See TracChangeset
for help on using the changeset viewer.