After [33666], fix broken `sprintf` cruff.
See #17609. Built from https://develop.svn.wordpress.org/trunk@33672 git-svn-id: http://core.svn.wordpress.org/trunk@33639 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bac6e69b3c
commit
6f9aa6df03
|
@ -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' )
|
||||
);
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.4-alpha-33671';
|
||||
$wp_version = '4.4-alpha-33672';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue