From c1c24f598282ee136fd503a67a09cb6749b8f345 Mon Sep 17 00:00:00 2001
From: Ryan Boren
Date: Mon, 3 Mar 2008 21:13:47 +0000
Subject: [PATCH] Validation fix from nbachiyski. fixes #5962
git-svn-id: https://develop.svn.wordpress.org/trunk@7144 602fd350-edb4-49c9-b593-d223f7449a82
---
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
-
+
|