| 5 locale.module | locale_string_search() |
Page handler for the string search.
1 string reference to 'locale_string_search'
File
- modules/
locale/ locale.module, line 387 - Enables administrators to manage the site interface languages.
Code
function locale_string_search() {
include_once './includes/locale.inc';
$output = _locale_string_seek();
$output .= drupal_get_form('_locale_string_seek_form');
return $output;
}
Login or register to post comments