From 89bc5d972f81a9c6ba0206edfbda02c61051d607 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 14 Mar 2008 06:48:23 +0000 Subject: [PATCH] Avoid integer overflow with widget IDs. Props mdawaffe. fixes #6210 git-svn-id: http://svn.automattic.com/wordpress/trunk@7281 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/widgets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/widgets.php b/wp-admin/widgets.php index e96766d26d..ecc2a27c80 100644 --- a/wp-admin/widgets.php +++ b/wp-admin/widgets.php @@ -251,7 +251,7 @@ if ( isset($_GET['message']) && isset($messages[$_GET['message']]) ) : ?>

- +