$current_user->id, 'user_pass' => $_POST['pass1'])); else : $error = __('The passwords you entered do not match. Your password was not updated.','hybrid'); endif; endif; /* * Update user information */ if(!empty($_POST['url'])) update_usermeta($current_user->id,'user_url',$_POST['url']); if(!empty($_POST['email'])) update_usermeta($current_user->id,'user_email',$_POST['email']); if(!empty($_POST['first-name'])) update_usermeta($current_user->id,'first_name',$_POST['first-name']); if(!empty($_POST['last-name'])) update_usermeta($current_user->id,'last_name',$_POST['last-name']); if(!empty($_POST['description'])) update_usermeta($current_user->id,'description',$_POST['description']); /* * Redirect so the page will show updated info */ if(!$error) : wp_redirect($_SERVER['REQUEST_URI']); exit; endif; endif; get_header(); ?>
', ''); ?>

' . $error . '

'; ?>

".__('Pages:','hybrid')."&after=

"); ?>
', '

'); ?>