Remove unnecessary printf(). fixes #25321.
Built from https://develop.svn.wordpress.org/trunk@25439 git-svn-id: http://core.svn.wordpress.org/trunk@25361 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
daa4b531e8
commit
a7b26bd103
|
@ -153,7 +153,7 @@ else
|
||||||
echo __('Comments');
|
echo __('Comments');
|
||||||
|
|
||||||
if ( isset($_REQUEST['s']) && $_REQUEST['s'] )
|
if ( isset($_REQUEST['s']) && $_REQUEST['s'] )
|
||||||
printf( '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' ) ) . '</span>' ); ?>
|
echo '<span class="subtitle">' . sprintf( __( 'Search results for “%s”' ), wp_html_excerpt( esc_html( wp_unslash( $_REQUEST['s'] ) ), 50, '…' ) ) . '</span>'; ?>
|
||||||
</h2>
|
</h2>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
|
Loading…
Reference in New Issue