locale_string_search()
locale/locale.module, line 385
Page handler for the string search.
<?php
function locale_string_search() {
include_once './includes/locale.inc';
$output = _locale_string_seek();
$output .= drupal_get_form('_locale_string_seek_form');
return $output;
}
?>