Merge pull request #13354 from mik-laj/master
Add language attributes to e-mail header
This commit is contained in:
commit
84f01f141b
|
@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>">
|
<html <?php language_attributes(); ?>>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
|
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
|
||||||
<title><?php echo get_bloginfo( 'name', 'display' ); ?></title>
|
<title><?php echo get_bloginfo( 'name', 'display' ); ?></title>
|
||||||
|
|
Loading…
Reference in New Issue