Changes between Version 1 and Version 2 of Ticket #7156, comment 8
- Timestamp:
- 06/23/2019 11:08:34 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7156, comment 8
v1 v2 5 5 So I've been thinking about this scenario and built the [https://buddypress.trac.wordpress.org/attachment/ticket/7156/7156.patch 7156.patch]. Here's what it does : 6 6 7 - put the REST Controllers into their components class directory (eg: `src/bp-activity/classes/class-bp-rest-activity-endpoint.php ),7 - put the REST Controllers into their components class directory (eg: `src/bp-activity/classes/class-bp-rest-activity-endpoint.php`), 8 8 - make sure all `@since 0.1.0` are replaced by `@since 5.0.0`, 9 9 - make sure the `buddypress.pot` is generated after the REST endpoints have been added to the build directory.