[wp-cvs] wordpress/wp-admin post.php,1.79,1.80
Ryan Boren
rboren at users.sourceforge.net
Fri Sep 10 06:31:23 UTC 2004
Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20001
Modified Files:
post.php
Log Message:
Honor default category in post forms. Bug 182.
Index: post.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/post.php,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** post.php 5 Sep 2004 02:03:48 -0000 1.79
--- post.php 10 Sep 2004 06:31:19 -0000 1.80
***************
*** 784,787 ****
--- 784,788 ----
$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')) {
More information about the cvs
mailing list