Make WordPress Core


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

Edit profile nonce fix from markjaquith. fixes #2776

File:
1 edited

Legend:

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

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