diff --git a/core/modules/comment/comment.module b/core/modules/comment/comment.module index ff7df4d..cc60d99 100644 --- a/core/modules/comment/comment.module +++ b/core/modules/comment/comment.module @@ -1280,6 +1280,8 @@ function comment_user_predelete($account) { /** * Loads comment entities from the database. * + * @deprecated use entity_load_multiple('comment', $cids) instead. + * * @param array $cids * (optional) An array of entity IDs. If omitted, all entities are loaded. * @param bool $reset