Merge pull request #13354 from mik-laj/master

Add language attributes to e-mail header
This commit is contained in:
Mike Jolley 2017-02-27 10:25:09 +00:00 committed by GitHub
commit 84f01f141b
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ if ( ! defined( 'ABSPATH' ) ) {
?>
<!DOCTYPE html>
<html dir="<?php echo is_rtl() ? 'rtl' : 'ltr'?>">
<html <?php language_attributes(); ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo( 'charset' ); ?>" />
<title><?php echo get_bloginfo( 'name', 'display' ); ?></title>