diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 68b51a6..ca24d2c 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2700,8 +2700,9 @@ function language_types_get_default() { /** * Returns TRUE if there is more than one language enabled. + * * @return bool - * 1 if more than one language. + * TRUE if more than one language. */ function language_multilingual() { // The "language_count" variable stores the number of enabled languages to