Skip to content

Commit 04cbfb9

Browse files
committed
Remove top "Save" button from options.php
git-svn-id: https://develop.svn.wordpress.org/trunk@9776 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 68d8954 commit 04cbfb9

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

wp-admin/options.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@
9292
<?php wp_nonce_field('options-options') ?>
9393
<input type="hidden" name="action" value="update" />
9494
<input type='hidden' name='option_page' value='options' />
95-
<p class="submit submit-top">
96-
<input type="submit" name="Submit" value="<?php _e('Save Changes') ?>" class="button-primary" />
97-
</p>
9895
<table class="form-table">
9996
<?php
10097
$options = $wpdb->get_results("SELECT * FROM $wpdb->options ORDER BY option_name");

0 commit comments

Comments
 (0)