diff --git a/core/includes/bootstrap.inc b/core/includes/bootstrap.inc index 7398092..67b827a 100644 --- a/core/includes/bootstrap.inc +++ b/core/includes/bootstrap.inc @@ -2722,8 +2722,8 @@ function language($type, $reset = FALSE) { * Returns an array of the available language types. * * @return array - * An array of all language types where the keys of each are the language type name - * and its value is its configurability (TRUE/FALSE). + * An array of all language types where the keys of each are the language type + * name and its value is its configurability (TRUE/FALSE). */ function language_types_get_all() { return array_keys(variable_get('language_types', language_types_get_default())); @@ -2747,7 +2747,7 @@ function language_types_get_default() { * Returns TRUE if there is more than one language enabled. * * @return bool - * TRUE if more than one language. + * TRUE if more than one language is enabled. */ function language_multilingual() { // The "language_count" variable stores the number of enabled languages to @@ -2853,7 +2853,7 @@ function language_default_locked_languages($weight = 0) { * @param string $langcode * The language code. * - * @return Drupal\core\Language\Language | false + * @return Drupal\core\Language\Language | FALSE * A fully-populated language object or FALSE. */ function language_load($langcode) {