Default all boxes to open
git-svn-id: http://svn.automattic.com/wordpress/trunk@9446 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5ea2344763
commit
b0e741b6af
|
@ -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 '';
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue