locale_admin_manage_add

5 locale.module locale_admin_manage_add()

Page handler for the language addition screen

1 string reference to 'locale_admin_manage_add'

File

modules/locale/locale.module, line 354
Enables administrators to manage the site interface languages.

Code

function locale_admin_manage_add() {
  include_once './includes/locale.inc';
  return _locale_admin_manage_add_screen();
}
Login or register to post comments