git-svn-id: http://svn.automattic.com/wordpress/trunk@18622 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
51fa6f62f2
commit
6f5da88d81
|
@ -60,7 +60,7 @@ function display_header() {
|
|||
<title><?php _e( 'WordPress › 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
|
||||
|
|
Loading…
Reference in New Issue