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:
+1
-1
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user