Make WordPress Core


Ignore:
Timestamp:
03/10/2009 11:02:29 PM (16 years ago)
Author:
ryan
Message:

gettext contexts. Props nbachiyski. see #9112

File:
1 edited

Legend:

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

    r9835 r10767  
    5050    <li id="comment-<?php comment_ID() ?>">
    5151    <?php comment_text() ?>
    52     <p><cite><?php comment_type(_c('Comment|noun'), __('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>
     52    <p><cite><?php comment_type(_x('Comment', 'noun'), __('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>
    5353    </li>
    5454
Note: See TracChangeset for help on using the changeset viewer.