Esempio n. 1
0
function cred_delete_post_link($post_id = false, $text = '', $action = '', $class = '', $style = '', $return = false)
{
    $output = CRED_CRED::cred_delete_post_link($post_id, $text, $action, $class, $style);
    if ($return) {
        return $output;
    }
    echo $output;
}