locale_string_search

Versions
4.7 – 5
locale_string_search()

Page handler for the string search.

Code

modules/locale/locale.module, line 385

<?php
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
 
 

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.