From 099c3c6422d4b1da6760dc0488664c32e4d5f742 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 15 Mar 2013 16:23:36 +0000 Subject: [PATCH] Remove unused variable. props DrewAPicture. fixes #23782. git-svn-id: http://core.svn.wordpress.org/trunk@23710 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/template.php | 1 - 1 file changed, 1 deletion(-) diff --git a/wp-admin/includes/template.php b/wp-admin/includes/template.php index 0d8ecff49f..83249fec73 100644 --- a/wp-admin/includes/template.php +++ b/wp-admin/includes/template.php @@ -916,7 +916,6 @@ function do_meta_boxes( $screen, $context, $object ) { if ( false == $box || ! $box['title'] ) continue; $i++; - $style = ''; $hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : ''; echo '
' . "\n"; if ( 'dashboard_browser_nag' != $box['id'] )