Make WordPress Core

Ticket #3511: parenth-i18n.diff

File parenth-i18n.diff, 1.2 KB (added by nbachiyski, 18 years ago)
  • wp-admin/edit-comments.php

     
    4545  <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo attribute_escape($_GET['s']); ?>" size="17" />
    4646  <input type="submit" name="submit" value="<?php _e('Search') ?>"  /> 
    4747  <input type="hidden" name="mode" value="<?php echo $mode; ?>" />
    48   <?php _e('(Searches within comment text, e-mail, URL, and IP address.)') ?>
     48  <?php echo '('.__('Searches within comment text, e-mail, URL, and IP address.').')'; ?>
    4949  </fieldset>
    5050</form>
    5151<p><a href="?mode=view"><?php _e('View Mode') ?></a> | <a href="?mode=edit"><?php _e('Mass Edit Mode') ?></a></p>
  • wp-admin/edit-link-form.php

     
    237237                                        echo 'selected="selected"';
    238238                                echo('>'.$r.'</option>');
    239239                        }
    240                 ?></select>&nbsp;<?php _e('(Leave at 0 for no rating.)') ?>
     240                ?></select>&nbsp;<?php echo '('.__('Leave at 0 for no rating.').')'; ?>
    241241                </td>
    242242        </tr>
    243243</table>