Make WordPress Core

Changeset 25770


Ignore:
Timestamp:
10/12/2013 08:17:20 PM (13 years ago)
Author:
nacin
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-upgrader.php

    r25764 r25770  
    17971797                $failures = 0;
    17981798
     1799                $body[] = 'WordPress site: ' . network_home_url( '/' );
     1800
    17991801                // Core
    18001802                if ( isset( self::$upgrade_results['core'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.