Mark the install page as rtl for styling purposes. Props SergeyBiryukov. See #18314 and #18180

git-svn-id: http://svn.automattic.com/wordpress/trunk@18622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2011-08-30 03:55:40 +00:00
parent 51fa6f62f2
commit 6f5da88d81
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function display_header() {
<title><?php _e( 'WordPress &rsaquo; Installation' ); ?></title>
<?php wp_admin_css( 'install', true ); ?>
</head>
<body>
<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
<?php