diff --git a/modules/blog/blog.module b/modules/blog/blog.module index 95cedfcb13a172834af5f569274319d869592c21..9e7d83b49e5bc1bb637c7f8cd3ee4f30e2d4e742 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -40,7 +40,7 @@ function blog_help($path, $arg) { switch ($path) { case 'admin/help#blog': $output = '

' . t('About') . '

'; - $output .= '

' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; + $output .= '

' . t("The Blog module allows registered users to maintain an online journal, or blog. Blogs are made up of individual blog entries. By default, the blog entries are displayed by creation time in descending order, with comments enabled, and are promoted to the site's front page. For more information, see the online handbook entry for Blog module.", array('@blog' => 'http://drupal.org/handbook/modules/blog/')) . '

'; $output .= '

' . t('Uses') . '

'; $output .= '
'; $output .= '
' . t('Single-user blogs') . '
';