Changeset 3055 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 11/13/2005 02:45:53 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-functions.php
r3031 r3055 326 326 $author = get_comment_author(); 327 327 328 if ( empty( $url ) )328 if ( empty( $url ) || 'http://' == $url ) 329 329 $return = $author; 330 330 else
Note: See TracChangeset
for help on using the changeset viewer.