RTL for theme installer. props yoavf, fixes #15984.

git-svn-id: http://svn.automattic.com/wordpress/trunk@17149 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-12-26 06:31:46 +00:00
parent fc003bf8b1
commit 434087c311
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -170,7 +170,7 @@ if ( ! current_user_can( 'switch_themes' ) ) {
<div class="feature-container">
<div class="feature-name"><?php echo $feature_name ?></div>
<ol style="float: left; width: 725px;" class="feature-group">
<ol class="feature-group">
<?php foreach ( $features as $key => $feature ) :
$feature_name = $feature;
$feature_name = esc_html( $feature_name );