Draw more attention to the messages, which now blend in a little with the header. TODO: Put all messages in an array, abstract out HTML

git-svn-id: https://develop.svn.wordpress.org/trunk@2762 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2005-08-08 01:13:22 +00:00
parent 8fbcacd81d
commit 7c4907713c
22 changed files with 135 additions and 34 deletions

View File

@@ -50,11 +50,11 @@ foreach ($check_plugins as $check_plugin) {
?>
<?php if (isset($_GET['activate'])) : ?>
<div class="updated"><p><?php _e('Plugin <strong>activated</strong>.') ?></p>
<div id="message" class="updated fade"><p><?php _e('Plugin <strong>activated</strong>.') ?></p>
</div>
<?php endif; ?>
<?php if (isset($_GET['deactivate'])) : ?>
<div class="updated"><p><?php _e('Plugin <strong>deactivated</strong>.') ?></p>
<div id="message" class="updated fade"><p><?php _e('Plugin <strong>deactivated</strong>.') ?></p>
</div>
<?php endif; ?>