theme_more_help_link($url)theme_more_help_link($variables)Returns code that emits the 'more help'-link.
5/includes/theme.inc, line 973
<?php
function theme_more_help_link($url) {
return '<div class="more-help-link">' . t('[<a href="@link">more help...</a>]', array('@link' => check_url($url))) . '</div>';
}
?>