Merge "ReplyWidget: Hide external links icons in the footer"

This commit is contained in:
jenkins-bot 2020-10-30 17:43:22 +00:00 committed by Gerrit Code Review
commit 1baf837a19

View file

@ -130,7 +130,7 @@ function ReplyWidget( commentController, comment, pageName, oldId, config ) {
) );
}
this.$footer.append(
$( '<p>' ).append(
$( '<p>' ).addClass( 'plainlinks' ).append(
mw.message( 'discussiontools-replywidget-terms-click', mw.msg( 'discussiontools-replywidget-reply' ) ).parseDom()
),
$( '<p>' ).append(