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

git-svn-id: https://develop.svn.wordpress.org/trunk@17149 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2010-12-26 06:31:46 +00:00
parent 78b256b7a9
commit 00eaa56f22
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ function install_themes_dashboard() {
$feature_name = esc_html( $feature_name );
echo '<div class="feature-name">' . $feature_name . '</div>';
echo '<ol style="float: left; width: 725px;" class="feature-group">';
echo '<ol class="feature-group">';
foreach ( $features as $feature => $feature_name ) {
$feature_name = esc_html( $feature_name );
$feature = esc_attr($feature);