Make WordPress Core

Changeset 957 for trunk/wp-trackback.php


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-trackback.php

    r956 r957  
    8282
    8383    if (!$result) {
    84         die ("There is an error with the database, it can't store your comment...<br />Please contact the <a href='mailto:$admin_email'>webmaster</a>.");
     84        die ("There is an error with the database, it can't store your comment...<br />Please contact the webmaster.");
    8585    } else {
    8686        $comment_ID = $wpdb->get_var('SELECT last_insert_id()');
Note: See TracChangeset for help on using the changeset viewer.