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:
parent
8edff9c979
commit
3b1e7ba1e0
@ -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' )
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user