- Patch #4925 by erikhopp: comment module emits too many id="comment"s, so the comment form's one has been renamed to 'comment-form'. This is also more consistent with the 'node-form' one.
parent
cca3c34faa
commit
f8e532f714
|
@ -1414,7 +1414,7 @@ function comment_already_moderated($uid, $users) {
|
|||
function theme_comment_form($edit, $title) {
|
||||
global $user;
|
||||
|
||||
$form .= "<a id=\"comment\"></a>\n";
|
||||
$form .= "<a id=\"comment-form\"></a>\n";
|
||||
|
||||
// contact information:
|
||||
if ($user->uid) {
|
||||
|
|
|
@ -1414,7 +1414,7 @@ function comment_already_moderated($uid, $users) {
|
|||
function theme_comment_form($edit, $title) {
|
||||
global $user;
|
||||
|
||||
$form .= "<a id=\"comment\"></a>\n";
|
||||
$form .= "<a id=\"comment-form\"></a>\n";
|
||||
|
||||
// contact information:
|
||||
if ($user->uid) {
|
||||
|
|
Loading…
Reference in New Issue