mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Honor default category in post forms. Bug 182.
git-svn-id: https://develop.svn.wordpress.org/trunk@1634 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -783,6 +783,7 @@ default:
|
||||
$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_category');
|
||||
|
||||
if (get_settings('advanced_edit')) {
|
||||
include('edit-form-advanced.php');
|
||||
|
||||
Reference in New Issue
Block a user