There is the following line in WordPress theme that got rejected with the reason of wrong string escaping.
Can anybody advise, what would be the correct string escaping in this case?
<?php next_comments_link( __( 'Newer Comments →', 'expedition' ) ); ?>