From 220a15e7e6a9f58a2cce922a82833821aa9e1a78 Mon Sep 17 00:00:00 2001 From: Jacson Passold Date: Tue, 29 May 2018 19:21:29 -0300 Subject: [PATCH] fix some function docs --- src/classes/entities/class-tainacan-entity.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/classes/entities/class-tainacan-entity.php b/src/classes/entities/class-tainacan-entity.php index 84f1a1ee2..baac8f5d3 100644 --- a/src/classes/entities/class-tainacan-entity.php +++ b/src/classes/entities/class-tainacan-entity.php @@ -377,7 +377,7 @@ class Entity { } /** - * Return if user can read this entity + * Return if user can edit this entity * @param int|\WP_User|null $user the user for capability check, null for the current user * @return bool */ @@ -387,7 +387,7 @@ class Entity { } /** - * Return if user can read this entity + * Return if user can delete this entity * @param int|\WP_User|null $user the user for capability check, null for the current user * @return bool */ @@ -397,7 +397,7 @@ class Entity { } /** - * Return if user can read this entity + * Return if user can publish this entity * @param int|\WP_User|null $user the user for capability check, null for the current user * @return bool */