forked from mirror/_s
Merge branch 'master' of https://github.com/Automattic/_s into editlinkposttitle
This commit is contained in:
commit
78147d4055
|
@ -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">→</span>', '_s' ), array( 'span' => array( 'class' => array() ) ) ),
|
wp_kses( __( 'Continue reading %s <span class="meta-nav">→</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 )
|
||||||
) );
|
) );
|
||||||
|
|
Reference in New Issue