_search_excerpt_replace

Definition

_search_excerpt_replace(&$text)
modules/search/search.module, line 1277

Description

Helper function for array_walk in search_except.

Code

<?php
function _search_excerpt_replace(&$text) {
  $text = preg_quote($text, '/');
}
?>
 
 

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.