mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-25 17:51:27 +01:00
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:
parent
eaf78d3f7c
commit
4c90c3cb31
@ -1796,6 +1796,8 @@ class WP_Automatic_Upgrader {
|
|||||||
$body = array();
|
$body = array();
|
||||||
$failures = 0;
|
$failures = 0;
|
||||||
|
|
||||||
|
$body[] = 'WordPress site: ' . network_home_url( '/' );
|
||||||
|
|
||||||
// Core
|
// Core
|
||||||
if ( isset( self::$upgrade_results['core'] ) ) {
|
if ( isset( self::$upgrade_results['core'] ) ) {
|
||||||
$result = self::$upgrade_results['core'][0];
|
$result = self::$upgrade_results['core'][0];
|
||||||
|
Loading…
Reference in New Issue
Block a user