Skip to content

Commit

Permalink
Move translator comment closer to string.
Browse files Browse the repository at this point in the history
Translator comments should be placed directly in the line above the string to be translated, in order for parser to pick it up.
  • Loading branch information
obenland committed Jul 2, 2015
1 parent 5bb0534 commit b5777c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template-parts/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

<div class="entry-content">
<?php
/* translators: %s: Name of current post */
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', '_s' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
) );
Expand Down

0 comments on commit b5777c0

Please sign in to comment.