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

git-svn-id: https://develop.svn.wordpress.org/trunk@25770 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2013-10-12 20:17:20 +00:00
parent 476daf2aef
commit 7bf44580a9
1 changed files with 2 additions and 0 deletions

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];