post Defaults implemented.

git-svn-id: https://develop.svn.wordpress.org/trunk@220 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mike Little
2003-06-12 22:47:21 +00:00
parent 31f3ad6ed6
commit fcef79de9b
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 {