Improve RTL for Welcome panel, refresh css files, see #19271

git-svn-id: https://develop.svn.wordpress.org/trunk@19363 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2011-11-20 02:10:10 +00:00
parent 50a35b02b6
commit 569841dc02
8 changed files with 16 additions and 10 deletions
+1 -1
View File
@@ -1310,7 +1310,7 @@ function wp_welcome_panel() {
<li><?php echo sprintf( __( '<a href="%s">Write your first post</a>' ), esc_url( admin_url('post-new.php') ) ); ?></li>
</ul>
</div>
<div class="welcome-panel-column">
<div class="welcome-panel-column welcome-panel-last">
<h4><span class="icon16 icon-appearance"></span> <?php _e( 'Customize Your Site' ); ?></h4>
<?php
$ct = current_theme_info();