Skip to content

Commit

Permalink
Update Form.php
Browse files Browse the repository at this point in the history
typo: `comments_form` -> `comment_form`
  • Loading branch information
petecooper committed May 12, 2024
1 parent 77da12d commit ceadc57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textpattern/vendors/Textpattern/Skin/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class Form extends AssetBase implements FormInterface, \Textpattern\Container\Fa
array(
'name' => 'comment_form',
'type' => 'comment',
'Form' => '<!-- Contents of the \'comments_form\' comment form goes here. Refer to https://docs.textpattern.com/ for further information. -->',
'Form' => '<!-- Contents of the \'comment_form\' comment form goes here. Refer to https://docs.textpattern.com/ for further information. -->',
),
array(
'name' => 'default',
Expand Down

0 comments on commit ceadc57

Please sign in to comment.