From b266ad0aa1485db69f22e60f74f0d988f00e74a9 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Sat, 7 Sep 2019 21:32:58 -0500 Subject: [PATCH] Fix comments --- includes/rest/class-inbox.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/rest/class-inbox.php b/includes/rest/class-inbox.php index 1391c64..4f4cf32 100644 --- a/includes/rest/class-inbox.php +++ b/includes/rest/class-inbox.php @@ -182,7 +182,7 @@ class Inbox { } /** - * Handles "Unfollow" requests + * Handles "Reaction" requests * * @param array $object The activity-object * @param int $user_id The id of the local blog-user @@ -219,7 +219,7 @@ class Inbox { } /** - * Handles "Unfollow" requests + * Handles "Create" requests * * @param array $object The activity-object * @param int $user_id The id of the local blog-user