Make WordPress Core


Ignore:
Timestamp:
10/14/2008 01:18:52 AM (17 years ago)
Author:
matt
Message:

Bringing save button back to top of all option pages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r9032 r9149  
    126126<form name="form" action="options-permalink.php" method="post">
    127127<?php wp_nonce_field('update-permalink') ?>
     128
     129
     130<p class="submit">
     131    <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
     132</p>
     133
    128134  <p><?php _e('By default WordPress uses web <abbr title="Universal Resource Locator">URL</abbr>s which have question marks and lots of numbers in them, however WordPress offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="http://codex.wordpress.org/Using_Permalinks">number of tags are available</a>, and here are some examples to get you started.'); ?></p>
    129135
     
    196202<?php do_settings_sections('permalink'); ?>
    197203
    198 <p class="submit"><input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" /></p>
     204<p class="submit">
     205    <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />
     206</p>
    199207  </form>
    200208<?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>
Note: See TracChangeset for help on using the changeset viewer.