summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-head.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/options-head.php')
-rw-r--r--wp-admin/options-head.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/wp-admin/options-head.php b/wp-admin/options-head.php
index 8d097f4..da1784f 100644
--- a/wp-admin/options-head.php
+++ b/wp-admin/options-head.php
@@ -1,7 +1,5 @@
<?php wp_reset_vars(array('action', 'standalone', 'option_group_id')); ?>
-<br clear="all" />
-
<?php if (isset($_GET['updated'])) : ?>
<div id="message" class="updated fade"><p><strong><?php _e('Options saved.') ?></strong></p></div>
<?php endif; ?>