Make WordPress Core


Ignore:
Timestamp:
09/21/2020 04:44:35 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Correct the indentation for some array type docs.

See #50768

File:
1 edited

Legend:

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

    r48794 r49028  
    70737073         *
    70747074         * @param array $email_change_email {
    7075          *            Used to build wp_mail().
    7076          *
    7077          *            @type string $to      The intended recipient.
    7078          *            @type string $subject The subject of the email.
    7079          *            @type string $message The content of the email.
    7080          *                The following strings have a special meaning and will get replaced dynamically:
    7081          *                - ###OLD_EMAIL### The old site admin email address.
    7082          *                - ###NEW_EMAIL### The new site admin email address.
    7083          *                - ###SITENAME###  The name of the site.
    7084          *                - ###SITEURL###   The URL to the site.
    7085          *            @type string $headers Headers.
    7086          *        }
     7075         *     Used to build wp_mail().
     7076         *
     7077         *     @type string $to      The intended recipient.
     7078         *     @type string $subject The subject of the email.
     7079         *     @type string $message The content of the email.
     7080         *         The following strings have a special meaning and will get replaced dynamically:
     7081         *         - ###OLD_EMAIL### The old site admin email address.
     7082         *         - ###NEW_EMAIL### The new site admin email address.
     7083         *         - ###SITENAME###  The name of the site.
     7084         *         - ###SITEURL###   The URL to the site.
     7085         *     @type string $headers Headers.
     7086         * }
    70877087         * @param string $old_email The old site admin email address.
    70887088         * @param string $new_email The new site admin email address.
Note: See TracChangeset for help on using the changeset viewer.