Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/link-template.php

    r12680 r12733  
    683683        $action = '&action=edit';
    684684
    685     $post_type_object = get_post_type_object( $post->post_type ); 
     685    $post_type_object = get_post_type_object( $post->post_type );
    686686    if ( !$post_type_object )
    687687        return;
     
    10991099    if ( empty($posts) )
    11001100        return;
    1101    
     1101
    11021102    // Even though we limited get_posts to return only 1 item it still returns an array of objects.
    11031103    $post = $posts[0];
Note: See TracChangeset for help on using the changeset viewer.