CSS and HTML validation fixes, props Simek, fixes #7703

git-svn-id: https://develop.svn.wordpress.org/trunk@8845 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-09-08 06:01:33 +00:00
parent f6231a0146
commit e994ef3899
8 changed files with 42 additions and 38 deletions

View File

@@ -95,13 +95,13 @@ default:
<?php } ?>
</div>
<?php endif; ?>
<div class="wrap">
<div class="wrap">
<div class="bordertitle">
<h2><?php _e('Plugin Editor'); ?></h2>
</div>
<div class="tablenav">
<div class="alignleft">
<big><strong><?php
<big><?php
if ( is_plugin_active($file) ) {
if ( is_writeable($real_file) )
echo sprintf(__('Editing <strong>%s</strong> (active)'), $file);
@@ -113,7 +113,7 @@ default:
else
echo sprintf(__('Browsing <strong>%s</strong> (inactive)'), $file);
}
?></strong></big>
?></big>
</div>
<br class="clear" />
</div>