Changeset 13435
- Timestamp:
- 03/09/2023 06:30:55 PM (2 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-messages/classes/class-bp-messages-component.php
r13432 r13435 439 439 */ 440 440 public function rest_api_init( $controllers = array() ) { 441 parent::rest_api_init( array( 'BP_REST_Messages_Endpoint' ) ); 441 parent::rest_api_init( 442 array( 443 'BP_REST_Messages_Endpoint', 444 'BP_REST_Sitewide_Notices_Endpoint', 445 ) 446 ); 442 447 } 443 448 -
trunk/src/class-buddypress.php
r13432 r13435 771 771 772 772 'BP_REST_Messages_Endpoint' => 'messages', 773 'BP_REST_Sitewide_Notices_Endpoint' => 'messages', 773 774 774 775 'BP_REST_Notifications_Endpoint' => 'notifications',
Note: See TracChangeset
for help on using the changeset viewer.