post Defaults implemented.

git-svn-id: http://svn.automattic.com/wordpress/trunk@220 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
mikelittle
2003-06-12 22:47:21 +00:00
parent 4d1d2c278d
commit 3d2929adb9
2 changed files with 11 additions and 4 deletions

View File

@@ -387,9 +387,14 @@ switch($action) {
</div>
<?php
}
//set defaults
$post_status = get_settings('default_post_status');
$comment_status = get_settings('default_comment_status');
$ping_status = get_settings('default_ping_status');
$post_pingback = get_settings('default_pingback_flag');
$default_post_cat = get_settings('default_post_category');
include('b2edit.form.php');
echo '<br /><br />';
}
} else {