Merge branch 'master' of https://github.com/Automattic/_s into editlinkposttitle

This commit is contained in:
David A. Kennedy 2015-07-02 17:44:10 -04:00
commit 78147d4055
1 changed files with 1 additions and 1 deletions

View File

@ -20,8 +20,8 @@
<div class="entry-content"> <div class="entry-content">
<?php <?php
/* translators: %s: Name of current post */
the_content( sprintf( 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() ) ) ), 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 ) the_title( '<span class="screen-reader-text">"', '"</span>', false )
) ); ) );