_search_excerpt_replace(&$text)
Helper function for array_walk in search_except.
modules/search/search.module, line 1290
<?php function _search_excerpt_replace(&$text) { $text = preg_quote($text, '/'); } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen