Whitespace cleanup

git-svn-id: https://develop.svn.wordpress.org/trunk@13316 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2010-02-22 23:12:48 +00:00
parent 7ff8d50bd4
commit fc77a1d879
9 changed files with 48 additions and 48 deletions
+1 -1
View File
@@ -3138,7 +3138,7 @@ function wp_insert_attachment($object, $file = false, $parent = 0) {
$post_type = 'attachment';
$post_status = 'inherit';
// Make sure we set a valid category.
if ( !isset($post_category) || 0 == count($post_category) || !is_array($post_category) ) {
// 'post' requires at least one category.