Make WordPress Core


Ignore:
Timestamp:
03/02/2009 07:20:19 PM (16 years ago)
Author:
ryan
Message:

Use _x() and extracted comments. Props nbachiyski. see #9112

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/comment.php

    r10150 r10680  
    124124<?php } ?>
    125125<tr>
    126 <th scope="row" valign="top"><?php echo _c('Comment|noun'); ?></th>
     126<th scope="row" valign="top"><?php /* translators: field name in comment form */ echo _x('Comment', 'noun'); ?></th>
    127127<td><?php echo $comment->comment_content; ?></td>
    128128</tr>
Note: See TracChangeset for help on using the changeset viewer.