Make WordPress Core

Changeset 2986


Ignore:
Timestamp:
11/05/2005 10:53:40 PM (21 years ago)
Author:
matt
Message:

Allow "anonymous" to be translated, fixes #1740

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/comment-functions.php

    r2983 r2986  
    295295        global $comment;
    296296        if ( empty($comment->comment_author) )
    297                 $author = 'Anonymous';
     297                $author = __('Anonymous');
    298298        else
    299299                $author = $comment->comment_author;
Note: See TracChangeset for help on using the changeset viewer.