Add explicit link to the installation being updated in debugging emails. see #22704.

Built from https://develop.svn.wordpress.org/trunk@25770


git-svn-id: http://core.svn.wordpress.org/trunk@25683 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2013-10-12 20:18:10 +00:00
parent eaf78d3f7c
commit 4c90c3cb31

View File

@ -1796,6 +1796,8 @@ class WP_Automatic_Upgrader {
$body = array();
$failures = 0;
$body[] = 'WordPress site: ' . network_home_url( '/' );
// Core
if ( isset( self::$upgrade_results['core'] ) ) {
$result = self::$upgrade_results['core'][0];