diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-02-21 18:46:54 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-02-21 18:46:54 +0000 |
commit | 3603fe1bd8e3370c0ae86b557f2a08c77fd48efb (patch) | |
tree | 5029d29617b7f6be051df5a7b4b2f46d6a0bf1ec /modules/blog/blog.module | |
parent | e172910dd350f94522a85beb3fefe925b92e10e3 (diff) | |
download | brdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.gz brdo-3603fe1bd8e3370c0ae86b557f2a08c77fd48efb.tar.bz2 |
- Patch #49912: www.drupal.org -> drupal.org. (Today's critical bugfix #5.)
Diffstat (limited to 'modules/blog/blog.module')
-rw-r--r-- | modules/blog/blog.module | 2 |
1 files changed, 1 insertions, 1 deletions
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) { <li>enable the "recent blog posts" block at <a href="%admin-block">administer >> blocks</a> to show the 10 most recent blog posts.</li> </ul> ', 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 .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%blog">Blog page</a>.', array('%blog' => 'http://www.drupal.org/handbook/modules/blog/')) .'</p>'; + $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%blog">Blog page</a>.', array('%blog' => 'http://drupal.org/handbook/modules/blog/')) .'</p>'; return $output; case 'admin/modules#description': return t('Enables keeping an easily and regularly updated web page or a blog.'); |