Make WordPress Core


Ignore:
Timestamp:
09/08/2008 06:01:33 AM (17 years ago)
Author:
azaozz
Message:

CSS and HTML validation fixes, props Simek, fixes #7703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-edit.php

    r8733 r8845  
    172172<h2><?php $is_profile_page? _e('Your Profile and Personal Options') : _e('Edit User'); ?></h2>
    173173
    174 <form name="profile" id="your-profile" action="" method="post">
     174<form id="your-profile" action="" method="post">
    175175<?php wp_nonce_field('update-user_' . $user_id) ?>
    176176<?php if ( $wp_http_referer ) : ?>
Note: See TracChangeset for help on using the changeset viewer.