'#description'=>t('An example implementation of the Checklist API.'),
'#help'=>t('<p>This checklist based on <a href="http://buytaert.net/drupal-learning-curve">Dries Buytaert\'s Drupal learning curve</a> is an example implementation of the <a href="http://drupal.org/project/checklistapi">Checklist API</a>.</p>'),
'#storage'=>'state',
];
return$definitions;
}
/**
* Implements callback_checklistapi_checklist_items() for example_checklist.
'#description'=>t('<p>Gain these skills to pass the <em><a href="http://headrush.typepad.com/creating_passionate_users/2005/10/getting_users_p.html">suck threshold</a></em> and start being creative with Drupal.</p>'),
'install_configure'=>[
'#title'=>t('Installation and configuration of Drupal core'),
'#description'=>t('Prepare for installation, run the installation script, and take the steps that should be done after the installation script has completed.'),
'#description'=>t('<p>Gain these skills to pass the <em><a href="http://headrush.typepad.com/creating_passionate_users/2005/10/getting_users_p.html">passion threshold</a></em> and start kicking butt with Drupal.</p>'),
$definitions['example_checklist']['#help']=t('<p>This checklist based on <a href="http://www.unleashedmind.com/files/drupal-learning-curve.png">sun\'s modification</a> of <a href="http://buytaert.net/drupal-learning-curve">Dries Buytaert\'s Drupal learning curve</a> is an example implementation of the <a href="http://drupal.org/project/checklistapi">Checklist API</a>.</p>');
$definitions['example_checklist']['i_kick_butt']['advanced_tasks']['#title']=t('jQuery, Form API, theme and module development');