Exemplo n.º 1
0
function sp_the_date($post = 0, $format = null)
{
    echo sp_get_date($post, $format);
}
Exemplo n.º 2
0
function sp_the_date($post = 0)
{
    echo sp_get_date($post);
}