default category starts out unchecked. Props Viper007Bond. fixes #2938
git-svn-id: http://svn.automattic.com/wordpress/trunk@4311 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9a7f374e7c
commit
8e5ef54f14
|
@ -75,7 +75,7 @@ addLoadEvent(focusit);
|
|||
<h3 class="dbx-handle"><?php _e('Categories') ?></h3>
|
||||
<div class="dbx-content">
|
||||
<p id="jaxcat"></p>
|
||||
<ul id="categorychecklist"><?php dropdown_categories(get_option('default_category')); ?></ul></div>
|
||||
<ul id="categorychecklist"><?php dropdown_categories(); ?></ul></div>
|
||||
</fieldset>
|
||||
|
||||
<fieldset id="commentstatusdiv" class="dbx-box">
|
||||
|
|
Loading…
Reference in New Issue