Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r8572 r8600  
    8787
    8888    if ( NULL == $more_link_text )
    89         $more_link_text = __( '(more...)' ); 
     89        $more_link_text = __( '(more...)' );
    9090
    9191    $output = '';
     
    451451    if ( !$post = & get_post($id) )
    452452        return false;
    453        
     453
    454454    if ( !$src = get_attachment_icon_src( $post->ID, $fullsize ) )
    455455        return false;
Note: See TracChangeset for help on using the changeset viewer.