After [33666], fix broken sprintf cruff.

See #17609.


git-svn-id: https://develop.svn.wordpress.org/trunk@33672 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2015-08-20 21:36:03 +00:00
parent 8edff9c979
commit 3b1e7ba1e0

View File

@ -102,7 +102,7 @@ if ( $viewable ) {
);
// View post link.
$view_post_html = sprintf( ' <a href="%s">">%</a>',
$view_post_html = sprintf( ' <a href="%s">%s</a>',
esc_url( $permalink ),
__( 'View post' )
);