Move user search </form> to correct position. props Nazgul and bl968. fixes #6462 for 2.5.1

git-svn-id: https://develop.svn.wordpress.org/branches/2.5@7578 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2008-03-30 16:48:53 +00:00
parent 284699ed57
commit b05ab121bc

View File

@ -362,9 +362,9 @@ foreach ( $wp_user_search->get_results() as $userid ) {
<br class="clear" />
</div>
</form>
<?php endif; ?>
</form>
</div>
<?php