- Timestamp:
- 06/20/2020 12:12:39 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-automatic-updater.php
r48097 r48105 277 277 * @param string $type The type of update being checked: 'core', 'theme', 'plugin', 'translation'. 278 278 * @param object $item The update offer. 279 *280 279 * @return null|WP_Error 281 280 */ … … 1038 1037 * @type string $headers Any email headers, defaults to no headers. 1039 1038 * } 1040 * @param string $type The type of email being sent. Can be one of 1041 * 'success', 'fail', 'mixed'. 1042 * @param array $successful_updates The updates that succeeded. 1043 * @param array $failed_updates The updates that failed. 1039 * @param string $type The type of email being sent. Can be one of 'success', 'fail', 'mixed'. 1040 * @param array $successful_updates A list of updates that succeeded. 1041 * @param array $failed_updates A list of updates that failed. 1044 1042 */ 1045 1043 $email = apply_filters( 'auto_plugin_theme_update_email', $email, $type, $successful_updates, $failed_updates );
Note: See TracChangeset
for help on using the changeset viewer.