Ticket #1281: options-php-i18n.diff
File options-php-i18n.diff, 424 bytes (added by , 20 years ago) |
---|
-
options.php
91 91 include('admin-header.php'); ?> 92 92 93 93 <div class="wrap"> 94 <h2> All options</h2>94 <h2><?php _e('All options'); ?></h2> 95 95 <form name="form" action="options.php" method="post"> 96 96 <input type="hidden" name="action" value="update" /> 97 97 <table width="98%">