Changeset 9149 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 10/14/2008 01:18:52 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r9032 r9149 126 126 <form name="form" action="options-permalink.php" method="post"> 127 127 <?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 128 134 <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> 129 135 … … 196 202 <?php do_settings_sections('permalink'); ?> 197 203 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> 199 207 </form> 200 208 <?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>
Note: See TracChangeset
for help on using the changeset viewer.