Make WordPress Core


Ignore:
Timestamp:
02/22/2010 11:12:48 PM (15 years ago)
Author:
markjaquith
Message:

Whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/post.php

    r13291 r13316  
    31393139    $post_type = 'attachment';
    31403140    $post_status = 'inherit';
    3141    
     3141
    31423142    // Make sure we set a valid category.
    31433143    if ( !isset($post_category) || 0 == count($post_category) || !is_array($post_category) ) {
Note: See TracChangeset for help on using the changeset viewer.