diff --git a/src/js/_enqueues/lib/comment-reply.js b/src/js/_enqueues/lib/comment-reply.js index 75fc183e42..a82fc03c87 100644 --- a/src/js/_enqueues/lib/comment-reply.js +++ b/src/js/_enqueues/lib/comment-reply.js @@ -206,7 +206,7 @@ window.addComment = ( function( window ) { var observerOptions = { childList: true, - subTree: true + subtree: true }; observer = new MutationObserver( handleChanges );