Esempio n. 1
0
function p2_list_creator($content)
{
    $list_creator = new P2_List_Creator();
    return $list_creator->do_list($content);
}