- Timestamp:
- 09/27/2024 09:11:27 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-rest-attachments-group-avatar-endpoint.php
r12607 r14026 1 <?php2 /**3 * BP REST: BP_REST_Attachments_Group_Avatar_Endpoint class4 *5 * @package BuddyPress6 * @deprecated 6.0.07 */8 9 defined( 'ABSPATH' ) || exit;10 11 _deprecated_file( basename( __FILE__ ), '6.0.0', 'bp-groups/classes/class-bp-rest-attachments-group-avatar-endpoint.php' );12 13 /** BP_REST_Attachments_Group_Avatar_Endpoint class */14 require_once trailingslashit( constant( 'BP_PLUGIN_DIR' ) . constant( 'BP_SOURCE_SUBDIRECTORY' ) ) . 'bp-groups/classes/class-bp-rest-attachments-group-avatar-endpoint.php';
Note: See TracChangeset
for help on using the changeset viewer.