locale_admin_manage_add

Versions
4.6 – 5
locale_admin_manage_add()

Page handler for the language addition screen

Code

modules/locale/locale.module, line 352

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

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.