Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
imcpress
imcpress-plugin
Commits
a207529a
Commit
a207529a
authored
Jun 28, 2022
by
roigada
Browse files
Comments: ...and also for its label
parent
e476144c
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/IMCPress/Comment/Comment.php
View file @
a207529a
...
...
@@ -36,7 +36,7 @@ class Comment {
public
static
function
default_comment_fields
(
$fields
)
{
unset
(
$fields
[
'url'
]);
unset
(
$fields
[
'cookies'
]);
$fields
[
'title'
]
=
'<label>Titre </label><input id="title" type="text" name="title" size="30" maxlength="245">'
;
$fields
[
'title'
]
=
'<label
for="title"
>Titre </label><input id="title" type="text" name="title" size="30" maxlength="245">'
;
return
$fields
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment