File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5876,11 +5876,11 @@ function wp_staticize_emoji_for_email( $mail ) {
5876
5876
}
5877
5877
5878
5878
/*
5879
- * We can only transform the emoji into images if it's a text/html email.
5879
+ * We can only transform the emoji into images if it's a ` text/html` email.
5880
5880
* To do that, here's a cut down version of the same process that happens
5881
- * in wp_mail() - get the Content-Type from the headers, if there is one,
5882
- * then pass it through the wp_mail_content_type filter, in case a plugin
5883
- * is handling changing the Content-Type.
5881
+ * in wp_mail() - get the ` Content-Type` from the headers, if there is one,
5882
+ * then pass it through the {@see ' wp_mail_content_type'} filter, in case
5883
+ * a plugin is handling changing the ` Content-Type` .
5884
5884
*/
5885
5885
$ headers = array ();
5886
5886
if ( isset ( $ mail ['headers ' ] ) ) {
You can’t perform that action at this time.
0 commit comments