Help/About: Ensure the space after the period for the 4.9.8 changelog entry is preserved.

Props chetan200891, burhandodhy, swissspidy.
Merges [43622] to the 5.0 branch.
See #44717.

Built from https://develop.svn.wordpress.org/branches/5.0@43772


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43601 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
danielbachhuber 2018-10-19 18:41:40 +00:00
parent 6c9675bf37
commit 5a627786bf
2 changed files with 5 additions and 7 deletions

View File

@ -45,12 +45,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
'4.9.8', '4.9.8',
number_format_i18n( 46 ) number_format_i18n( 46 )
); );
?>
printf( <?php
/* translators: %s: Codex URL */ /* translators: %s: Codex URL */
__( 'For more information, see <a href="%s">the release notes</a>.' ), printf( __( 'For more information, see <a href="%s">the release notes</a>.' ), 'https://codex.wordpress.org/Version_4.9.8' );
'https://codex.wordpress.org/Version_4.9.8'
);
?> ?>
</p> </p>
<p> <p>

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43771'; $wp_version = '5.0-alpha-43772';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.