diff --git a/src/wp-admin/options-discussion.php b/src/wp-admin/options-discussion.php index f8e4d5040f4e7..daa6aea1676db 100644 --- a/src/wp-admin/options-discussion.php +++ b/src/wp-admin/options-discussion.php @@ -184,10 +184,17 @@
' + translate_nooped_plural( + /* translators: %s: Number field for the maximum number of links. */ + _n_noop( + 'Hold a comment in the queue if it contains %s or more link. (A common characteristic of comment spam is a large number of hyperlinks.)', + 'Hold a comment in the queue if it contains %s or more links. (A common characteristic of comment spam is a large number of hyperlinks.)' + ), + $comment_max_links + ), + '' ); ?>