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:
Scott Taylor 2015-08-20 21:37:24 +00:00
parent bac6e69b3c
commit 6f9aa6df03
2 changed files with 2 additions and 2 deletions

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' )
);

View File

@ -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.