WordPoints / buddypress

WordPoints module integrating it with BuddyPress
GNU General Public License v2.0
1 stars 0 forks source link

Implement reversing interface in reversing events #22

Closed JDGrimes closed 7 years ago

JDGrimes commented 7 years ago

Because the first event we introduced was the message send event, which is non-reversing, and we've just been copying and pasting from that, we've forgotten to implement the WordPoints_Hook_Event_ReversingI interface in the other events we've created, even though they are reversing. So let's fix that.