mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-11 08:04:32 +00:00
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:
@@ -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 '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user