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 1b3eb8e commit 935a7f1Copy full SHA for 935a7f1
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}Comments on the entry are currently disabled.{/if}
41
- {if comments_expired}Commenting on the entry has expired.{/if}
+ {if comments_disabled}Comments on this entry are currently disabled.{/if}
+ {if comments_expired}Commenting on this entry has expired.{/if}
42
43
{/exp:comment:form}
44
0 commit comments