Make WordPress Core


Ignore:
Timestamp:
06/04/2006 03:41:33 AM (19 years ago)
Author:
ryan
Message:

Edit profile nonce fix from markjaquith. fixes #2776

File:
1 edited

Legend:

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

    r3804 r3839  
    7575
    7676<form name="profile" id="your-profile" action="user-edit.php" method="post">
    77 <?php wp_nonce_field('update-user_' . $user_ID) ?>
     77<?php wp_nonce_field('update-user_' . $user_id) ?>
    7878<p>
    7979<input type="hidden" name="from" value="profile" />
Note: See TracChangeset for help on using the changeset viewer.