Make WordPress Core

Ticket #1281: options-php-i18n.diff

File options-php-i18n.diff, 424 bytes (added by nbachiyski, 20 years ago)
  • options.php

     
    9191        include('admin-header.php'); ?>
    9292
    9393<div class="wrap">
    94   <h2>All options</h2>
     94  <h2><?php _e('All options'); ?></h2>
    9595  <form name="form" action="options.php" method="post">
    9696  <input type="hidden" name="action" value="update" />
    9797  <table width="98%">