Make WordPress Core


Ignore:
Timestamp:
05/14/2010 09:46:25 PM (15 years ago)
Author:
nacin
Message:

Introduce _ex(), a hybrid between _e() and _x() -- translate with context, then echo. props westi, see #13395.

File:
1 edited

Legend:

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

    r14139 r14647  
    160160<?php } ?>
    161161<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>
    163163<td><?php echo $comment->comment_content; ?></td>
    164164</tr>
Note: See TracChangeset for help on using the changeset viewer.