mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user