Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
482f4eb0
Commit
482f4eb0
authored
Oct 29, 2013
by
webchick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#2114069
follow-up by andypost: Remove unused code.
parent
a1456528
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
core/modules/comment/lib/Drupal/comment/CommentFormController.php
...ules/comment/lib/Drupal/comment/CommentFormController.php
+0
-3
No files found.
core/modules/comment/lib/Drupal/comment/CommentFormController.php
View file @
482f4eb0
...
...
@@ -115,9 +115,6 @@ public function form(array $form, array &$form_state) {
'%title'
=>
$comment
->
subject
->
value
,
));
}
else
{
$form
[
'#title'
]
=
$this
->
t
(
'Preview comment'
);
}
}
else
{
if
(
$this
->
currentUser
->
isAuthenticated
())
{
...
...
Write
Preview
Markdown
is supported
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