IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
|
|
|
64 | 64 | elseif ( !$mysql_compat ) |
65 | 65 | $message = sprintf( __('You cannot update because <a href="https://codex.wordpress.org/Version_%1$s">WordPress %1$s</a> requires MySQL version %2$s or higher. You are running version %3$s.'), $update->current, $update->mysql_version, $mysql_version ); |
66 | 66 | else |
67 | | $message = sprintf(__('You can update to <a href="https://codex.wordpress.org/Version_%1$s">WordPress %2$s</a> automatically or download the package and install it manually:'), $update->current, $version_string); |
| 67 | $message = sprintf(__('You can update to <a href="https://codex.wordpress.org/Version_%1$s">WordPress %2$s</a> automatically or download the package and install it manually. You are running version %3$s.'), $update->current, $version_string, $wp_version); |
68 | 68 | if ( !$mysql_compat || !$php_compat ) |
69 | 69 | $show_buttons = false; |
70 | 70 | } |