Removing superfluous <br /> from Options-General. Props johnbillion. fixes #3929 for trunk.

git-svn-id: https://develop.svn.wordpress.org/trunk@5048 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2007-03-16 08:10:02 +00:00
parent e00c636c7d
commit 334c7d2cd5
1 changed files with 0 additions and 2 deletions

View File

@ -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; ?>