Make WordPress Core


Ignore:
Timestamp:
09/30/2020 09:52:27 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Various docblock improvements related to user and site signup functionality.

See #50768

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/ms-delete-site.php

    r48201 r49078  
    7373    );
    7474    /**
    75      * Filters the email content sent when a site in a Multisite network is deleted.
     75     * Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
    7676     *
    7777     * @since 3.0.0
    7878     *
    79      * @param string $content The email content that will be sent to the user who deleted a site in a Multisite network.
     79     * @param string $content The email text.
    8080     */
    8181    $content = apply_filters( 'delete_site_email_content', $content );
Note: See TracChangeset for help on using the changeset viewer.