Forums
(@lookup)
20 years, 7 months ago
Great work!! My modified version:
function authors_list() { $authors = get_authors_info(); foreach($authors as $author) { $cl .= ”
“; } $authors_list = $cl; print $authors_list; }