mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Migration to get_settings and away from globals.
git-svn-id: https://develop.svn.wordpress.org/trunk@957 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -81,7 +81,7 @@ if ((strlen(''.$tb_id)) && (empty($HTTP_GET_VARS['__mode'])) && (strlen(''.$tb_u
|
||||
");
|
||||
|
||||
if (!$result) {
|
||||
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>.");
|
||||
die ("There is an error with the database, it can't store your comment...<br />Please contact the webmaster.");
|
||||
} else {
|
||||
$comment_ID = $wpdb->get_var('SELECT last_insert_id()');
|
||||
if (get_settings('comments_notify'))
|
||||
|
||||
Reference in New Issue
Block a user