Docs: Remove duplicate inline comment in `wp_mail()`.

See [5639].
See #48303.

git-svn-id: https://develop.svn.wordpress.org/trunk@47042 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling 2020-01-06 14:49:13 +00:00
parent cd5b7df8b8
commit 086ae28f0e
1 changed files with 0 additions and 2 deletions

View File

@ -439,8 +439,6 @@ if ( ! function_exists( 'wp_mail' ) ) :
$charset = get_bloginfo( 'charset' );
}
// Set the content-type and charset
/**
* Filters the default wp_mail() charset.
*