From a6ef541df06efc30ac4d13e1522f8a74cc3f5d44 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 7 Oct 2020 10:38:08 +0000 Subject: [PATCH] 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 --- wp-includes/js/comment-reply.js | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/js/comment-reply.js b/wp-includes/js/comment-reply.js index 698e894304..9e4b77d31d 100644 --- a/wp-includes/js/comment-reply.js +++ b/wp-includes/js/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' ), diff --git a/wp-includes/version.php b/wp-includes/version.php index 2dfefb4400..32fd938308 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.