diff options
Diffstat (limited to 'includes/language.inc')
-rw-r--r-- | includes/language.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/language.inc b/includes/language.inc index c530c2a65..d0ea83113 100644 --- a/includes/language.inc +++ b/includes/language.inc @@ -419,7 +419,7 @@ function language_from_default() { } /** - * Split the given path into prefix and actual path. + * Splits the given path into prefix and actual path. * * Parse the given path and return the language object identified by the * prefix and the actual path. @@ -451,10 +451,10 @@ function language_url_split_prefix($path, $languages) { } /** - * Return the possible fallback languages ordered by language weight. + * Returns the possible fallback languages ordered by language weight. * * @param - * The language type. + * (optional) The language type. Defaults to LANGUAGE_TYPE_CONTENT. * * @return * An array of language codes. |