Make WordPress Core


Ignore:
Timestamp:
02/05/2008 06:47:27 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r6716 r6726  
    131131 * @since 1.5
    132132 * @uses $comment
    133  * @uses apply_filters() 
     133 * @uses apply_filters()
    134134 *
    135135 * @return unknown
     
    167167 *
    168168 * @since 0.71
    169  * @uses apply_filters() 
     169 * @uses apply_filters()
    170170 * @uses get_comment_author_url() Retrieves the comment author's URL
    171171 */
     
    569569
    570570    $_post = get_post($post_id);
    571    
     571
    572572    $open = ( 'open' == $_post->comment_status );
    573573    return apply_filters( 'comments_open', $open, $post_id );
     
    578578 *
    579579 * @since 1.5
    580  * @uses $post 
     580 * @uses $post
    581581 *
    582582 * @param int $post_id An optional post ID to check instead of the current post.
     
    758758    }
    759759    $title = attribute_escape( get_the_title() );
    760    
     760
    761761    echo apply_filters( 'comments_popup_link_attributes', '' );
    762762
Note: See TracChangeset for help on using the changeset viewer.