Make WordPress Core

Changeset 18622


Ignore:
Timestamp:
08/30/2011 03:55:40 AM (14 years ago)
Author:
dd32
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/install.php

    r18544 r18622  
    6161    <?php wp_admin_css( 'install', true ); ?>
    6262</head>
    63 <body>
     63<body<?php if ( is_rtl() ) echo ' class="rtl"'; ?>>
    6464<h1 id="logo"><img alt="WordPress" src="images/wordpress-logo.png" /></h1>
    6565
Note: See TracChangeset for help on using the changeset viewer.