`description` LIKE '%".mysql_escape_string($term)."%' OR
Between the next lines like this: if ((count($terms) != 1) || ($terms[0] != '')){ $query .= " WHERE ( "; foreach ($terms as $term) { $query .= " `path` LIKE '%".mysql_escape_string($term)."%' OR `comment` LIKE '%".mysql_escape_string($term)."%' OR `description` LIKE '%".mysql_escape_string($term)."%' OR `caption` LIKE '%".mysql_escape_string($term)."%' OR "; }
I am trying to implement this code into my plog-functions.php, but I am really not seeing where I should be putting it. Could you include where it is (line) or after what line (copy paste the line here) so that I can better implement this code.