_search_keywords_truncate

Versions
4.6
_search_keywords_truncate(&$text)

Helper function for array_walk in search_keywords_split.

Code

modules/search.module, line 280

<?php
function _search_keywords_truncate(&$text) {
  $text = truncate_utf8($text, 50);
}
?>
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.