Issue #2083895 follow-up by larowlan: Fix case on return statement.

8.0.x
webchick 2013-12-31 22:20:49 -08:00
parent 49ce4b5846
commit 76114ccffe
1 changed files with 1 additions and 1 deletions

View File

@ -1153,7 +1153,7 @@ function comment_load($cid, $reset = FALSE) {
* @param $timestamp
* Time to count from (defaults to time of last user access to node).
*
* @return int|FALSE
* @return int|false
* The number of new comments or FALSE if the user is not logged in.
*/
function comment_num_new($entity_id, $entity_type, $field_name = NULL, $timestamp = 0) {