Changeset 8845 for trunk/wp-admin/user-edit.php
- Timestamp:
- 09/08/2008 06:01:33 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/user-edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/user-edit.php
r8733 r8845 172 172 <h2><?php $is_profile_page? _e('Your Profile and Personal Options') : _e('Edit User'); ?></h2> 173 173 174 <form name="profile"id="your-profile" action="" method="post">174 <form id="your-profile" action="" method="post"> 175 175 <?php wp_nonce_field('update-user_' . $user_id) ?> 176 176 <?php if ( $wp_http_referer ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.