Make WordPress Core

Ticket #32211: 32211-1.patch

File 32211-1.patch, 1.1 KB (added by dmchale, 10 years ago)
  • wp-admin/update-core.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    6464                        elseif ( !$mysql_compat )
    6565                                $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 );
    6666                        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);
    6868                        if ( !$mysql_compat || !$php_compat )
    6969                                $show_buttons = false;
    7070                }