Merge pull request #6710 from yakirgot/patch-1

minor rtl support for email header
This commit is contained in:
Barry Kooij 2014-11-11 10:46:03 +01:00
commit 6a92a54369
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php echo get_bloginfo( 'name' ); ?></title>
</head>
<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<body <?php echo is_rtl() ? 'rightmargin' : 'leftmargin'; ?>="0" marginwidth="0" topmargin="0" marginheight="0" offset="0">
<div id="wrapper">
<table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">
<tr>