Skip to content

Commit

Permalink
Coding Standards: Add missing space in `js/_enqueues/lib/comment-repl…
Browse files Browse the repository at this point in the history
…y.js`.

Props saqibameen, hareesh-pillai, imath, davidbaumwald.
Fixes #43907.

git-svn-id: https://develop.svn.wordpress.org/trunk@49097 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed Oct 7, 2020
1 parent af9db19 commit 39a2ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/_enqueues/lib/comment-reply.js
Expand Up @@ -197,7 +197,7 @@ window.addComment = ( function( window ) {
var replyNode = getElementById( config.commentReplyTitleId );
var defaultReplyHeading = replyNode && replyNode.firstChild.textContent;
var replyLink = this,
commId = getDataAttribute( replyLink, 'belowelement'),
commId = getDataAttribute( replyLink, 'belowelement' ),
parentId = getDataAttribute( replyLink, 'commentid' ),
respondId = getDataAttribute( replyLink, 'respondelement' ),
postId = getDataAttribute( replyLink, 'postid' ),
Expand Down

0 comments on commit 39a2ad7

Please sign in to comment.