poll_block_info()
Implements hook_block_info().
modules/poll/poll.module, line 140
<?php function poll_block_info() { if (user_access('access content')) { $blocks['recent']['info'] = t('Most recent poll'); return $blocks; } } ?>
Some quick links to get you started