mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
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:
@@ -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' )
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user