CSS cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@9964 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-11-29 15:52:17 +00:00
parent bda14a101a
commit 063334ec63
8 changed files with 57 additions and 58 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ do_action( 'in_admin_footer' );
$upgrade = apply_filters( 'update_footer', '' );
echo '<span id="footer-thankyou">' . __('Thank you for creating with <a href="http://wordpress.org/">WordPress</a>.').'</span> | '.__('<a href="http://codex.wordpress.org/">Documentation</a>').' | '.__('<a href="http://wordpress.org/support/forum/4">Feedback</a>'); ?>
</p>
<?php if ( $is_IE ) browse_happy(); ?>
<?php // if ( $is_IE ) browse_happy(); ?>
<p id="footer-upgrade" class="alignright"><?php echo $upgrade; ?></p>
<div class="clear"></div>
</div>