Ticket #47306: addComment_more_references.patch
File addComment_more_references.patch, 398 bytes (added by , 6 years ago) |
---|
-
wp-includes/js/comment-reply.js
diff --git a/wp-includes/js/comment-reply.js b/wp-includes/js/comment-reply.js index 75fc183..60ca981 100644
a b window.addComment = ( function( window ) { 385 385 } 386 386 387 387 return { 388 config: config, 388 389 init: init, 390 clickEvent: clickEvent, 391 cancelEvent: cancelEvent, 389 392 moveForm: moveForm 390 393 }; 391 394 })( window );