Changeset 957 for trunk/wp-trackback.php
- Timestamp:
- 03/01/2004 07:55:45 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-trackback.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-trackback.php
r956 r957 82 82 83 83 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."); 85 85 } else { 86 86 $comment_ID = $wpdb->get_var('SELECT last_insert_id()');
Note: See TracChangeset
for help on using the changeset viewer.