Changeset 2986
- Timestamp:
- 11/05/05 22:53:40 (3 years ago)
- Files:
-
- trunk/wp-includes/comment-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/comment-functions.php
r2983 r2986 295 295 global $comment; 296 296 if ( empty($comment->comment_author) ) 297 $author = 'Anonymous';297 $author = __('Anonymous'); 298 298 else 299 299 $author = $comment->comment_author;
