Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #7156, comment 8


Ignore:
Timestamp:
06/23/2019 11:08:34 AM (5 years ago)
Author:
imath
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7156, comment 8

    v1 v2  
    55So 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 :
    66
    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`),
    88- make sure all `@since 0.1.0` are replaced by `@since 5.0.0`,
    99- make sure the `buddypress.pot` is generated after the REST endpoints have been added to the build directory.