Changeset 2986

Show
Ignore:
Timestamp:
11/05/05 22:53:40 (3 years ago)
Author:
matt
Message:

Allow "anonymous" to be translated, fixes #1740

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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;