You are here

function commerce_node_checkout_help in Commerce Node Checkout 7

Implements hook_help().

File

./commerce_node_checkout.module, line 10
Provides core hooks and the like for the module

Code

function commerce_node_checkout_help($path, $arg) {
  switch ($path) {
    case 'admin/help#commerce_node_checkout':
      return t('Enables users to pay to publish content');
  }
}