Make WordPress Core

Changeset 49097


Ignore:
Timestamp:
10/07/2020 10:36:11 AM (4 years ago)
Author:
SergeyBiryukov
Message:

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/lib/comment-reply.js

    r48904 r49097  
    198198        var defaultReplyHeading = replyNode && replyNode.firstChild.textContent;
    199199        var replyLink = this,
    200             commId    = getDataAttribute( replyLink, 'belowelement'),
     200            commId    = getDataAttribute( replyLink, 'belowelement' ),
    201201            parentId  = getDataAttribute( replyLink, 'commentid' ),
    202202            respondId = getDataAttribute( replyLink, 'respondelement' ),
Note: See TracChangeset for help on using the changeset viewer.