diff options
Diffstat (limited to 'includes/locale.inc')
-rw-r--r-- | includes/locale.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/locale.inc b/includes/locale.inc index c8b451eef..4c52b9cc9 100644 --- a/includes/locale.inc +++ b/includes/locale.inc @@ -41,12 +41,12 @@ define('LOCALE_LANGUAGE_NEGOTIATION_URL_DOMAIN', 1); */ /** - * Identify the language from the current content language. + * Identifies the language from the current interface language. * * @return - * The current content language code. + * The current interface language code. */ -function locale_language_from_content() { +function locale_language_from_interface() { global $language; return isset($language->language) ? $language->language : FALSE; } |