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 */