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:
parent
0be749362a
commit
918dead27e
@ -439,8 +439,6 @@ if ( ! function_exists( 'wp_mail' ) ) :
|
|||||||
$charset = get_bloginfo( 'charset' );
|
$charset = get_bloginfo( 'charset' );
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the content-type and charset
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Filters the default wp_mail() charset.
|
* Filters the default wp_mail() charset.
|
||||||
*
|
*
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user