Make WordPress Core

Changeset 48962


Ignore:
Timestamp:
09/09/2020 03:46:30 PM (4 years ago)
Author:
desrosj
Message:

Docs: Improve the recovery_mode_email inline docs.

See #51267, #50768.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-recovery-mode-email-service.php

    r48782 r48962  
    207207         * @since 5.2.0
    208208         *
    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         * }
    210217         * @param string $url   URL to enter recovery mode.
    211218         */
Note: See TracChangeset for help on using the changeset viewer.