Changeset 10150 for trunk/wp-admin/edit-form-comment.php
- Timestamp:
- 12/09/2008 06:03:31 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-comment.php
r9928 r10150 110 110 if ( ! empty( $url ) && 'http://' != $url ) { 111 111 $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 ) ); 113 113 } else { 114 114 _e( 'URL:' );
Note: See TracChangeset
for help on using the changeset viewer.