_search_excerpt_replace

Versions
4.6 – 7
_search_excerpt_replace(&$text)

Helper function for array_walk in search_except.

Code

modules/search/search.module, line 1290

<?php
function _search_excerpt_replace(&$text) {
  $text = preg_quote($text, '/');
}
?>
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.