Changeset 2986 for trunk/wp-includes/comment-functions.php
- Timestamp:
- 11/05/2005 10:53:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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;
Note: See TracChangeset
for help on using the changeset viewer.