Make WordPress Core


Ignore:
Timestamp:
09/03/2004 04:18:04 AM (21 years ago)
Author:
rboren
Message:

Localize comment_type() text. Bug 246. Patch from nbachiyski.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-comments-popup.php

    r1420 r1583  
    4646    <li id="comment-<?php comment_ID() ?>">
    4747    <?php comment_text() ?>
    48     <p><cite><?php comment_type(); ?> <?php _e("by"); ?> <?php comment_author_link() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
     48    <p><cite><?php comment_type(__('Comment'), __('Trackback'), __('Pingback')); ?> <?php _e("by"); ?> <?php comment_author_link() ?> &#8212; <?php comment_date() ?> @ <a href="#comment-<?php comment_ID() ?>"><?php comment_time() ?></a></cite></p>
    4949    </li>
    5050
Note: See TracChangeset for help on using the changeset viewer.