[wp-polyglots] Missing string

Xavier Borderie xavier at borderie.net
Sat Oct 8 13:13:35 GMT 2005


New bug open for a non-localized string in wp-includes/comment-functions.php
http://trac.wordpress.org/ticket/1740

function get_comment_author() {
        global $comment;
        if ( empty($comment->comment_author) )
                $author = 'Anonymous';
        else
                $author = $comment->comment_author;
        return apply_filters('get_comment_author', $author);
}


More information about the wp-polyglots mailing list