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/ms-functions.php

    r48601 r49028  
    28362836         *
    28372837         * @param array $email_change_email {
    2838          *            Used to build wp_mail().
    2839          *
    2840          *            @type string $to      The intended recipient.
    2841          *            @type string $subject The subject of the email.
    2842          *            @type string $message The content of the email.
    2843          *                The following strings have a special meaning and will get replaced dynamically:
    2844          *                - ###OLD_EMAIL### The old network admin email address.
    2845          *                - ###NEW_EMAIL### The new network admin email address.
    2846          *                - ###SITENAME###  The name of the network.
    2847          *                - ###SITEURL###   The URL to the site.
    2848          *            @type string $headers Headers.
    2849          *        }
     2838         *     Used to build wp_mail().
     2839         *
     2840         *     @type string $to      The intended recipient.
     2841         *     @type string $subject The subject of the email.
     2842         *     @type string $message The content of the email.
     2843         *         The following strings have a special meaning and will get replaced dynamically:
     2844         *         - ###OLD_EMAIL### The old network admin email address.
     2845         *         - ###NEW_EMAIL### The new network admin email address.
     2846         *         - ###SITENAME###  The name of the network.
     2847         *         - ###SITEURL###   The URL to the site.
     2848         *     @type string $headers Headers.
     2849         * }
    28502850         * @param string $old_email  The old network admin email address.
    28512851         * @param string $new_email  The new network admin email address.
Note: See TracChangeset for help on using the changeset viewer.