--- sandbox/comments.php 2008-06-17 10:25:38.000000000 +0000 +++ sandbox_mod/comments.php 2008-08-29 15:52:01.625910587 +0000 @@ -87,7 +87,7 @@
Logged in as %2$s. Log out?', 'sandbox' ), --- sandbox/wp-comments-post.php 1970-01-01 00:00:00.000000000 +0000 +++ sandbox_mod/wp-comments-post.php 2008-08-29 15:48:00.649910054 +0000 @@ -0,0 +1,136 @@ +get_error_data(); + if ( is_array($error_data) && isset($error_data['title']) ) + $title = $error_data['title']; + } + $errors = $message->get_error_messages(); + switch ( count($errors) ) : + case 0 : + $message = ''; + break; + case 1 : + $message = "
{$errors[0]}
$message