We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5157b61 commit 1b3eb8eCopy full SHA for 1b3eb8e
docs/comment/form.md
@@ -37,8 +37,8 @@ The comment submission form is created very similar to a standard web form, only
37
<input type="submit" name="preview" value="Preview" />
38
39
{!-- required to prevent EE from outputting form if commenting is disabled or expired --}
40
- {if comments_disabled}{/if}
41
- {if comments_expired}{/if}
+ {if comments_disabled}Comments on the entry are currently disabled.{/if}
+ {if comments_expired}Commenting on the entry has expired.{/if}
42
43
{/exp:comment:form}
44
0 commit comments