From 086ae28f0e77e01286d699478aaaa652d0eb3a69 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Mon, 6 Jan 2020 14:49:13 +0000 Subject: [PATCH] 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 --- src/wp-includes/pluggable.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index aa632921c6..cd82331e9d 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -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. *