Changeset 957 for trunk/wp-admin/profile.php
- Timestamp:
- 03/01/2004 07:55:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r956 r957 95 95 $result = $wpdb->query($query); 96 96 if (!$result) { 97 die ("<strong>ERROR</strong>: couldn't update your profile... please contact the <a href=\"mailto:$admin_email\">webmaster</a> !<br /><br />$query<br /><br />");97 die ("<strong>ERROR</strong>: couldn't update your profile..."); 98 98 } 99 99 header('Location: profile.php?updated=true');
Note: See TracChangeset
for help on using the changeset viewer.