theme_more_help_link

Versions
4.6 – 6
theme_more_help_link($url)
7
theme_more_help_link($variables)

Returns code that emits the 'more help'-link.

Related topics

Code

includes/theme.inc, line 888

<?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>';
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.