Make WordPress Core


Ignore:
Timestamp:
03/01/2004 07:55:45 PM (22 years ago)
Author:
saxmatt
Message:

Migration to get_settings and away from globals.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/profile.php

    r956 r957  
    9595    $result = $wpdb->query($query);
    9696    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...");
    9898    }
    9999    header('Location: profile.php?updated=true');
Note: See TracChangeset for help on using the changeset viewer.