File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 33
33
34
34
<div class="changelog point-releases">
35
35
<h3><?php _e ( 'Maintenance and Security Releases ' ); ?> </h3>
36
+ <p>
37
+ <?php
38
+ /* translators: %s: WordPress version number */
39
+ printf ( __ ( '<strong>Version %s</strong> addressed some security issues. ' ), '4.9.9 ' );
40
+ ?>
41
+ <?php
42
+ /* translators: %s: Codex URL */
43
+ printf ( __ ( 'For more information, see <a href="%s">the release notes</a>. ' ), 'https://codex.wordpress.org/Version_4.9.9 ' );
44
+ ?>
45
+ </p>
36
46
<p>
37
47
<?php
38
48
printf (
Original file line number Diff line number Diff line change 4
4
*
5
5
* @global string $wp_version
6
6
*/
7
- $ wp_version = '4.9.9-alpha-43554- src ' ;
7
+ $ wp_version = '4.9.9-src ' ;
8
8
9
9
/**
10
10
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
You can’t perform that action at this time.
0 commit comments