Changeset 12489
- Timestamp:
- 11/01/2019 03:28:04 AM (5 years ago)
- Location:
- branches/5.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/bp-members/classes/class-bp-members-component.php
r12484 r12489 474 474 'BP_REST_Components_Endpoint', 475 475 'BP_REST_Members_Endpoint', 476 'BP_REST_Attachments_Member_Avatar_Endpoint',477 476 ) ); 478 477 } -
branches/5.0/src/bp-xprofile/classes/class-bp-xprofile-component.php
r12484 r12489 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 } -
branches/5.0/tests/phpunit/testcases/core/class-bp-component.php
r12484 r12489 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.