Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-comment.php

    r9928 r10150  
    110110        if ( ! empty( $url ) && 'http://' != $url ) {
    111111            $link = "<a href='$url' rel='external nofollow' target='_blank'>" . __('visit site') . "</a>";
    112             printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) ); 
     112            printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) );
    113113        } else {
    114114            _e( 'URL:' );
Note: See TracChangeset for help on using the changeset viewer.