Thread Starter
j4jes
(@j4jes)
line 180 is the line that starts with echo:
/*
boldface specified strings, e.g. specific authors
*/
static function bold($text, $formats){
echo “<br>”.__METHOD__.”<br>
".print_r($bold_list, true)."
<br>”;
foreach ($bold_list as $bold_item){
$bold_item = trim($bold_item);
if($bold_item == ”) continue;
$text = str_replace(“$bold_item”, “$bold_item“, $text );
}
return $text;
}