blog_block_info()
Implements hook_block_info().
modules/blog/blog.module, line 180
<?php function blog_block_info() { $block['recent']['info'] = t('Recent blog posts'); return $block; } ?>
Some quick links to get you started
The current recommended MediaMosa version is 3.2.2. Release notes are available in MediaMosa Trac.