Hi - I'm trying to get this override to work. Just wanting the edit link, but code below seems to remove everything including the link.
function childtheme_override_postfooter_postconnect() {
if (current_user_can('edit_posts')) {
$postconnect .= ' ' . thematic_postfooter_posteditlink();
}
}
Appreciate any tips