summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorGábor Hojtsy <gabor@hojtsy.hu>2007-07-05 08:48:58 +0000
committerGábor Hojtsy <gabor@hojtsy.hu>2007-07-05 08:48:58 +0000
commit806d0a3dee25333558bb0a888c2a51c33f0723cd (patch)
tree4171b59abeb1607948721d86f5c76405c666491b /modules/comment/comment.module
parentb9c40a52370c2e7d8b3db078f869e02881435da9 (diff)
downloadbrdo-806d0a3dee25333558bb0a888c2a51c33f0723cd.tar.gz
brdo-806d0a3dee25333558bb0a888c2a51c33f0723cd.tar.bz2
#156910 by asimmonds: fix code indentation problems introduced with new code in this development cycle; only whitespace changes
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 6133ed164..ddc9b2347 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -136,7 +136,7 @@ function comment_help($path, $arg) {
return '<p>'. t("Below is a list of the comments posted to your site that need approval. To approve a comment, click on 'edit' and then change its 'moderation status' to Approved. Click on a subject to see the comment, the author's name to edit the author's user information, 'edit' to modify the text, and 'delete' to remove their submission.") .'</p>';
case 'admin/content/comment/settings':
return '<p>'. t("Comments can be attached to any node, and their settings are below. The display comes in two types: a 'flat list' where everything is flush to the left side, and comments come in chronological order, and a 'threaded list' where replies to other comments are placed immediately below and slightly indented, forming an outline. They also come in two styles: 'expanded', where you see both the title and the contents, and 'collapsed' where you only see the title. Preview comment forces a user to look at their comment by clicking on a 'Preview' button before they can actually add the comment.") .'</p>';
- }
+ }
}
/**