Changeset 48962
- Timestamp:
- 09/09/2020 03:46:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-recovery-mode-email-service.php
r48782 r48962 207 207 * @since 5.2.0 208 208 * 209 * @param array $email Used to build wp_mail(). 209 * @param array $email { 210 * Used to build a call to wp_mail(). 211 * 212 * @type string|array $to Array or comma-separated list of email addresses to send message. 213 * @type string $subject Email subject 214 * @type string $message Message contents 215 * @type string|array $headers Optional. Additional headers. 216 * } 210 217 * @param string $url URL to enter recovery mode. 211 218 */
Note: See TracChangeset
for help on using the changeset viewer.