Lots of style and admin tweaks

git-svn-id: http://svn.automattic.com/wordpress/trunk@3770 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt
2006-05-10 20:35:10 +00:00
parent b344d54553
commit fdab6f4c1e
10 changed files with 98 additions and 80 deletions

View File

@@ -348,7 +348,7 @@ function wp_insert_attachment($object, $file = false, $post_parent = 0) {
wp_set_post_cats('', $post_ID, $post_category);
if ( $file )
add_post_meta($post_ID, '_wp_attached_file', $file);
add_post_meta($post_ID, '_wp_attached_file', $file );
clean_post_cache($post_ID);