Make WordPress Core


Ignore:
Timestamp:
04/15/2014 08:51:23 AM (11 years ago)
Author:
nacin
Message:

Allow the API to add text to auto update emails.

fixes #27812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/update.php

    r28129 r28134  
    143143        }
    144144        $offer = (object) array_intersect_key( $offer, array_fill_keys( array( 'response', 'download', 'locale',
    145             'packages', 'current', 'version', 'php_version', 'mysql_version', 'new_bundled', 'partial_version', 'notify_email' ), '' ) );
     145            'packages', 'current', 'version', 'php_version', 'mysql_version', 'new_bundled', 'partial_version', 'notify_email', 'support_email' ), '' ) );
    146146    }
    147147
Note: See TracChangeset for help on using the changeset viewer.