Coding Standards: Add missing space in js/_enqueues/lib/comment-reply.js
.
Props saqibameen, hareesh-pillai, imath, davidbaumwald. Fixes #43907. git-svn-id: https://develop.svn.wordpress.org/trunk@49097 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
af9db19b45
commit
39a2ad729a
@ -197,7 +197,7 @@ window.addComment = ( function( window ) {
|
|||||||
var replyNode = getElementById( config.commentReplyTitleId );
|
var replyNode = getElementById( config.commentReplyTitleId );
|
||||||
var defaultReplyHeading = replyNode && replyNode.firstChild.textContent;
|
var defaultReplyHeading = replyNode && replyNode.firstChild.textContent;
|
||||||
var replyLink = this,
|
var replyLink = this,
|
||||||
commId = getDataAttribute( replyLink, 'belowelement'),
|
commId = getDataAttribute( replyLink, 'belowelement' ),
|
||||||
parentId = getDataAttribute( replyLink, 'commentid' ),
|
parentId = getDataAttribute( replyLink, 'commentid' ),
|
||||||
respondId = getDataAttribute( replyLink, 'respondelement' ),
|
respondId = getDataAttribute( replyLink, 'respondelement' ),
|
||||||
postId = getDataAttribute( replyLink, 'postid' ),
|
postId = getDataAttribute( replyLink, 'postid' ),
|
||||||
|
Loading…
Reference in New Issue
Block a user