Make WordPress Core


Ignore:
Timestamp:
04/20/2009 06:18:39 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r11011 r11013  
    909909function comments_popup_link( $zero = false, $one = false, $more = false, $css_class = '', $none = false ) {
    910910    global $id, $wpcommentspopupfile, $wpcommentsjavascript, $post;
    911    
     911
    912912    if ( false === $zero ) $zero = __( 'No Comments' );
    913913    if ( false === $one ) $one = __( '1 Comment' );
    914914    if ( false === $more ) $more = __( '% Comments' );
    915915    if ( false === $none ) $none = __( 'Comments Off' );
    916    
     916
    917917    $number = get_comments_number( $id );
    918918
     
    11161116function comment_form_title( $noreplytext = false, $replytext = false, $linktoparent = TRUE ) {
    11171117    global $comment;
    1118    
     1118
    11191119    if ( false === $noreplytext ) $noreplytext = __( 'Leave a Reply' );
    11201120    if ( false === $replytext ) $replytext = __( 'Leave a Reply to %s' );
Note: See TracChangeset for help on using the changeset viewer.