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

git-svn-id: https://develop.svn.wordpress.org/trunk@18622 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2011-08-30 03:55:40 +00:00
parent 43d6595503
commit cb62838943
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