Ticket #1825: admin-functions.php.2.patch
File admin-functions.php.2.patch, 433 bytes (added by , 20 years ago) |
---|
-
admin-functions.php
282 282 $user->role = $_POST['role']; 283 283 } 284 284 285 if (isset ($_POST['role'])) {286 $user->role = $_POST['role'];287 }288 285 if (isset ($_POST['email'])) 289 286 $user->user_email = wp_specialchars(trim($_POST['email'])); 290 287 if (isset ($_POST['url'])) {