From 3603fe1bd8e3370c0ae86b557f2a08c77fd48efb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Feb 2006 18:46:54 +0000 Subject: - Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.) --- modules/blog/blog.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blog/blog.module') diff --git a/modules/blog/blog.module b/modules/blog/blog.module index d561c6a9a..a1366f7d7 100644 --- a/modules/blog/blog.module +++ b/modules/blog/blog.module @@ -68,7 +68,7 @@ function blog_help($section) {
  • enable the "recent blog posts" block at administer >> blocks to show the 10 most recent blog posts.
  • ', array('%user' => url('user'), '%node-add-blog' => url('node/add/blog'), '%admin-node-configure-types-blog' => url('admin/node/configure/types/blog'), '%admin-settings-blogapi' => url('admin/settings/blogapi'), '%admin-block' => url('admin/block'))); - $output .= '

    '. t('For more information please read the configuration and customization handbook Blog page.', array('%blog' => 'http://www.drupal.org/handbook/modules/blog/')) .'

    '; + $output .= '

    '. t('For more information please read the configuration and customization handbook Blog page.', array('%blog' => 'http://drupal.org/handbook/modules/blog/')) .'

    '; return $output; case 'admin/modules#description': return t('Enables keeping an easily and regularly updated web page or a blog.'); -- cgit v1.2.3