From e38923c92d8f2f52fcd7225263c27b5d4c143d15 Mon Sep 17 00:00:00 2001
From: ryan
Date: Mon, 3 Mar 2008 21:13:47 +0000
Subject: [PATCH] Validation fix from nbachiyski. fixes #5962
git-svn-id: http://svn.automattic.com/wordpress/trunk@7144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
---
wp-admin/includes/template.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php
index 8c7c974519..44246f0da4 100644
--- a/wp-admin/includes/template.php
+++ b/wp-admin/includes/template.php
@@ -631,7 +631,7 @@ function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true
-
+
|