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:
markjaquith 2006-10-04 06:17:44 +00:00
parent 9a7f374e7c
commit 8e5ef54f14
1 changed files with 1 additions and 1 deletions

View File

@ -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">