' . _("delete") . '';
$question['Question'] = str_replace("\n", '
', $question['Question']);
}
foreach ($answered_questions as &$question) {
$question['Question'] = str_replace("\n", '
', $question['Question']);
$question['Answer'] = str_replace("\n", '
', $question['Answer']);
$question['actions'] = '' . _("delete") . '';
}
return page_with_title(questions_title(), array(
msg(),
'