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

@@ -171,7 +171,7 @@ include ('admin-header.php');
<div class="wrap" id="profile-page">
<h2><?php $is_profile_page? _e('Your Profile and Personal Options') : _e('Edit User'); ?></h2>
<form name="profile" id="your-profile" action="" method="post">
<form id="your-profile" action="" method="post">
<?php wp_nonce_field('update-user_' . $user_id) ?>
<?php if ( $wp_http_referer ) : ?>
<input type="hidden" name="wp_http_referer" value="<?php echo clean_url($wp_http_referer); ?>" />