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

git-svn-id: http://svn.automattic.com/wordpress/trunk@14647 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin
2010-05-14 21:46:25 +00:00
parent 15f373629a
commit c6d21e7fbb
14 changed files with 51 additions and 36 deletions

View File

@@ -3602,7 +3602,7 @@ function screen_meta($screen) {
<div id="screen-options-wrap" class="hidden">
<form id="adv-settings" action="" method="post">
<?php if ( isset($wp_meta_boxes[$screen->id]) ) : ?>
<h5><?php echo _x('Show on screen', 'Metaboxes') ?></h5>
<h5><?php _ex('Show on screen', 'Metaboxes') ?></h5>
<div class="metabox-prefs">
<?php meta_box_prefs($screen); ?>
<br class="clear" />