Changeset 14045
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/developer/execution-contexts/rest-api/reference.md
r14042 r14045 18 18 | Member Profile Cover | `/buddypress/v2/members/<user_id>/cover` | 19 19 | Member Registration | `/buddypress/v2/signup` | 20 | Activity| `/buddypress/v2/activity` |20 | [Activity](./activity.md) | `/buddypress/v2/activity` | 21 21 | Extended Profile Groups | `/buddypress/v2/xprofile/groups` | 22 22 | Extended Profile Field | `/buddypress/v2/xprofile/fields` | -
trunk/docs/developer/manifest.json
r14042 r14045 97 97 }, 98 98 { 99 "title": "Activity REST API routes", 100 "slug": "bp-rest-api-activity", 101 "markdown_source": "../developer/execution-contexts/rest-api/activity.md", 102 "parent": "bp-rest-api-reference" 103 }, 104 { 99 105 "title": "BuddyPress Functions", 100 106 "slug": "bp-functions", -
trunk/src/bp-activity/classes/class-bp-activity-rest-controller.php
r14026 r14045 1386 1386 ), 1387 1387 'date_gmt' => array( 1388 'context' => array( 'view', 'edit' ),1388 'context' => array( 'view', 'edit', 'embed' ), 1389 1389 'description' => __( 'The date the activity was published, as GMT.', 'buddypress' ), 1390 1390 'readonly' => true,
Note: See TracChangeset
for help on using the changeset viewer.