Remove unused variable. props DrewAPicture. fixes #23782.
git-svn-id: http://core.svn.wordpress.org/trunk@23710 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6d64756433
commit
099c3c6422
|
@ -916,7 +916,6 @@ function do_meta_boxes( $screen, $context, $object ) {
|
||||||
if ( false == $box || ! $box['title'] )
|
if ( false == $box || ! $box['title'] )
|
||||||
continue;
|
continue;
|
||||||
$i++;
|
$i++;
|
||||||
$style = '';
|
|
||||||
$hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : '';
|
$hidden_class = in_array($box['id'], $hidden) ? ' hide-if-js' : '';
|
||||||
echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . $hidden_class . '" ' . '>' . "\n";
|
echo '<div id="' . $box['id'] . '" class="postbox ' . postbox_classes($box['id'], $page) . $hidden_class . '" ' . '>' . "\n";
|
||||||
if ( 'dashboard_browser_nag' != $box['id'] )
|
if ( 'dashboard_browser_nag' != $box['id'] )
|
||||||
|
|
Loading…
Reference in New Issue