From 39a2ad729a8b31262b8d60a2e4e30f903473b593 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Oct 2020 10:36:11 +0000 Subject: [PATCH] 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 --- src/js/_enqueues/lib/comment-reply.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/_enqueues/lib/comment-reply.js b/src/js/_enqueues/lib/comment-reply.js index 698e894304..9e4b77d31d 100644 --- a/src/js/_enqueues/lib/comment-reply.js +++ b/src/js/_enqueues/lib/comment-reply.js @@ -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' ),