I found this code in thematic/library/extensions/content-extensions.php. Not sure if that’s what I’m looking for. :/
} elseif (!(comments_open()) && (pings_open())) { /* Only trackbacks are open */
$postconnect .= __(' Comments are closed, but you can leave a trackback: ', 'thematic');
$postconnect .= '<a class="trackback-link" href="' . trackback_url(FALSE) . '" title ="' . __('Trackback URL for your post', 'thematic') . '" rel="trackback">' . __('Trackback URL', 'thematic') . '</a>.';