Hot buttons!

git-svn-id: https://develop.svn.wordpress.org/trunk@1240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2004-05-08 01:15:03 +00:00
parent 3fedfb5746
commit 4acf8997b9
10 changed files with 34 additions and 19 deletions
+2 -2
View File
@@ -124,8 +124,8 @@ else $selected = '';
<input type="checkbox" name="hack_file" value="1" <?php checked('1', get_settings('hack_file')); ?> />
<?php _e('Use legacy <code>my-hacks.php</code> file support') ?></label>
</p>
<p style="text-align: right;">
<input type="submit" name="Submit" value="<?php _e('Update Options') ?>" />
<p class="submit">
<input type="submit" name="Submit" value="<?php _e('Update Options') ?> &raquo;" />
</p>
</form>
</div>