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 3333
3434 <div class="changelog point-releases">
3535 <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>
3646 <p>
3747 <?php
3848 printf (
Original file line number Diff line number Diff line change 44 *
55 * @global string $wp_version
66 */
7- $ wp_version = '4.9.9-alpha-43554- src ' ;
7+ $ wp_version = '4.9.9-src ' ;
88
99/**
1010 * 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