Default all boxes to open

git-svn-id: https://develop.svn.wordpress.org/trunk@9446 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-10-31 20:59:22 +00:00
parent 1ef86d621d
commit dee3f707b0
1 changed files with 1 additions and 2 deletions

View File

@ -827,8 +827,7 @@ function postbox_classes( $id, $page ) {
if ( !is_array( $closed ) ) return '';
return in_array( $id, $closed )? 'if-js-closed' : '';
} else {
if ( 'tagsdiv' == $id || 'categorydiv' == $id ) return '';
else return 'if-js-closed';
return '';
}
}