diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-12 05:39:45 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-12-12 05:39:45 +0000 |
commit | 59fe44368fceec76cd0c177b725cd2572ad7ef63 (patch) | |
tree | cdce76908b7a3e2ac9b5352ae0ca6cb07b878a33 /modules/comment/comment.module | |
parent | f7b60705519ed3df6d9205ef306cd37ce6b0eee9 (diff) | |
download | brdo-59fe44368fceec76cd0c177b725cd2572ad7ef63.tar.gz brdo-59fe44368fceec76cd0c177b725cd2572ad7ef63.tar.bz2 |
#102783: link to right permissions section in comment help
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r-- | modules/comment/comment.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module index e82195167..865b4560f 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -433,7 +433,7 @@ function comment_admin_settings() { COMMENT_ANONYMOUS_MAYNOT_CONTACT => t('Anonymous posters may not enter their contact information'), COMMENT_ANONYMOUS_MAY_CONTACT => t('Anonymous posters may leave their contact information'), COMMENT_ANONYMOUS_MUST_CONTACT => t('Anonymous posters must leave their contact information')), - '#description' => t('This option is enabled when anonymous users have permission to post comments on the <a href="@url">permissions page</a>.', array('@url' => url('admin/user/access'))), + '#description' => t('This option is enabled when anonymous users have permission to post comments on the <a href="@url">permissions page</a>.', array('@url' => url('admin/user/access', NULL, 'module-comment'))), ); if (!user_access('post comments', user_load(array('uid' => 0)))) { $form['posting_settings']['comment_anonymous']['#disabled'] = TRUE; |