locale_admin_string_edit_submit

Versions
5
locale_admin_string_edit_submit($form_id, $form_values)

Process the string edit form.

Code

modules/locale/locale.module, line 403

<?php
function locale_admin_string_edit_submit($form_id, $form_values) {
  include_once './includes/locale.inc';
  return _locale_string_edit_submit($form_id, $form_values);
}
?>
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.