| 5 locale.module | locale_admin_string_edit($lid) |
Display the string edit form.
1 string reference to 'locale_admin_string_edit'
File
- modules/
locale/ locale.module, line 397 - Enables administrators to manage the site interface languages.
Code
function locale_admin_string_edit($lid) {
include_once './includes/locale.inc';
return _locale_string_edit($lid);
}
Login or register to post comments