locale_admin_string_edit

Versions
4.7 – 5
locale_admin_string_edit($lid)

Display the string edit form.

Code

modules/locale/locale.module, line 395

<?php
function locale_admin_string_edit($lid) {
  include_once './includes/locale.inc';
  return _locale_string_edit($lid);
}
?>
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.