Skip to content
Snippets Groups Projects
Commit 76114ccf authored by Angie Byron's avatar Angie Byron
Browse files

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

parent 49ce4b58
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment