Make WordPress Core


Ignore:
Timestamp:
11/21/2008 06:16:44 PM (16 years ago)
Author:
westi
Message:

Give context to more translations to allow for differentiation between plural noun, verb and adjective translations. Fixes #8154 props nbachiyski.

File:
1 edited

Legend:

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

    r9807 r9835  
    124124<?php } ?>
    125125<tr>
    126 <th scope="row" valign="top"><?php _e('Comment'); ?></th>
     126<th scope="row" valign="top"><?php echo _c('Comment|noun'); ?></th>
    127127<td><?php echo $comment->comment_content; ?></td>
    128128</tr>
Note: See TracChangeset for help on using the changeset viewer.