Coding Standards: Add missing space in js/_enqueues/lib/comment-reply.js.

Props saqibameen, hareesh-pillai, imath, davidbaumwald.
Fixes #43907.
Built from https://develop.svn.wordpress.org/trunk@49097


git-svn-id: http://core.svn.wordpress.org/trunk@48859 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-10-07 10:38:08 +00:00
parent aef2b539cd
commit a6ef541df0
2 changed files with 2 additions and 2 deletions

View File

@ -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' ),

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.6-alpha-49096';
$wp_version = '5.6-alpha-49097';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.