Changeset 14647 for trunk/wp-admin/comment.php
- Timestamp:
- 05/14/2010 09:46:25 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/comment.php
r14139 r14647 160 160 <?php } ?> 161 161 <tr> 162 <th scope="row" valign="top"><?php /* translators: field name in comment form */ echo _x('Comment', 'noun'); ?></th>162 <th scope="row" valign="top"><?php /* translators: field name in comment form */ _ex('Comment', 'noun'); ?></th> 163 163 <td><?php echo $comment->comment_content; ?></td> 164 164 </tr>
Note: See TracChangeset
for help on using the changeset viewer.