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

See #50768


git-svn-id: https://develop.svn.wordpress.org/trunk@49078 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2020-09-30 21:52:27 +00:00
parent 19513ff6a0
commit 02c419aca1
4 changed files with 30 additions and 30 deletions
+2 -2
View File
@@ -72,11 +72,11 @@ All at ###SITENAME###
###SITEURL###"
);
/**
* Filters the email content sent when a site in a Multisite network is deleted.
* Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
*
* @since 3.0.0
*
* @param string $content The email content that will be sent to the user who deleted a site in a Multisite network.
* @param string $content The email text.
*/
$content = apply_filters( 'delete_site_email_content', $content );