mirror of
git://develop.git.wordpress.org/
synced 2025-02-13 03:04:42 +01:00
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 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' ),
|
||||
|
Loading…
x
Reference in New Issue
Block a user