You are here

function views_exclude_previous_help in Views exclude previous 7

Same name and namespace in other branches
  1. 8 views_exclude_previous.module \views_exclude_previous_help()

Implements hook_help().

File

./views_exclude_previous.module, line 11
Main file of the views exclude previous module.

Code

function views_exclude_previous_help($section, $arg) {
  switch ($section) {
    case 'admin/modules#description':
      return t('Views Exclude Previous provides a views filter which exlcudes nodes that have already been loaded/displayed on the current page.');
  }
}