Mark strings for translation. Bug 514. Patch by nbachiyski.
git-svn-id: https://develop.svn.wordpress.org/trunk@1913 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6a8adce36f
commit
3d7408b88d
|
@ -316,13 +316,13 @@ function meta_form() {
|
|||
<td align="right" width="18%">
|
||||
<?php if ($keys) : ?>
|
||||
<select id="metakeyselect" name="metakeyselect" tabindex="7">
|
||||
<option value="#NONE#">- Select -</option>
|
||||
<option value="#NONE#"><?php _e('- Select -'); ?></option>
|
||||
<?php
|
||||
foreach($keys as $key) {
|
||||
echo "\n\t<option value='$key'>$key</option>";
|
||||
}
|
||||
?>
|
||||
</select> or
|
||||
</select> <?php _e('or'); ?>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
<td><input type="text" id="metakeyinput" name="metakeyinput" tabindex="7" /></td>
|
||||
|
|
Loading…
Reference in New Issue