Docs: Remove duplicate inline comment in wp_mail().

See [5639].
See #48303.
Built from https://develop.svn.wordpress.org/trunk@47042


git-svn-id: http://core.svn.wordpress.org/trunk@46842 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling 2020-01-06 14:51:05 +00:00
parent 0be749362a
commit 918dead27e
2 changed files with 1 additions and 3 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.
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-47041';
$wp_version = '5.4-alpha-47042';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.