function block_exclude_pages_blockhelptext in Block Exclude Pages 2.x
Same name and namespace in other branches
- 8 block_exclude_pages.module \block_exclude_pages_blockhelptext()
- 7 block_exclude_pages.module \block_exclude_pages_blockhelptext()
Doc function returns the help markup.
2 calls to block_exclude_pages_blockhelptext()
- block_exclude_pages_form_block_form_alter in ./
block_exclude_pages.module - Implements hook_form_FORM_ID_alter().
- block_exclude_pages_help in ./
block_exclude_pages.module - Implements hook_help().
File
- ./
block_exclude_pages.module, line 33 - Contains block_exclude_pages.module.
Code
function block_exclude_pages_blockhelptext() {
return t("<br><br><b>To exclude specific pages</b>, prefix the path with a '!'. Example excluded path <em class='placeholder'>!/user/jc</em>");
}