Changeset 10680 for trunk/wp-admin/comment.php
- Timestamp:
- 03/02/2009 07:20:19 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r10150 r10680 124 124 <?php } ?> 125 125 <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> 127 127 <td><?php echo $comment->comment_content; ?></td> 128 128 </tr>
Note: See TracChangeset
for help on using the changeset viewer.