Changeset 26736 for trunk/src/wp-admin/includes/class-wp-upgrader.php
- Timestamp:
- 12/06/2013 07:17:35 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-upgrader.php
r26346 r26736 2037 2037 * @since 3.8.0 2038 2038 * 2039 * @param array $update_results The results of all updates attempted2039 * @param array $update_results The results of all attempted updates. 2040 2040 */ 2041 2041 do_action( 'automatic_updates_complete', $this->update_results ); … … 2447 2447 * Array of email arguments that will be passed to wp_mail(). 2448 2448 * 2449 * @type string $to The email recipient. An array of emails can be returned, as handled by wp_mail(). 2450 * @type string $subject The email's subject. 2451 * @type string $body The email message body. 2452 * @type string $headers Any email headers, defaults to no headers. 2449 * @type string $to The email recipient. An array of emails can be returned, 2450 * as handled by wp_mail(). 2451 * @type string $subject Email subject. 2452 * @type string $body Email message body. 2453 * @type string $headers Any email headers. Default empty. 2453 2454 * } 2454 * @param int $failures The number of failures encountered while upgrading 2455 * @param mixed $results The results of all updates attempted2455 * @param int $failures The number of failures encountered while upgrading. 2456 * @param mixed $results The results of all attempted updates. 2456 2457 */ 2457 2458 $email = apply_filters( 'automatic_updates_debug_email', $email, $failures, $this->update_results );
Note: See TracChangeset
for help on using the changeset viewer.