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:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user