Changeset 4197
- Timestamp:
- 09/19/2006 03:11:51 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r4196 r4197 105 105 <form name="form" action="options-permalink.php" method="post"> 106 106 <?php wp_nonce_field('update-permalink') ?> 107 <p class="submit"><input type="submit" name=" Submit" value="<?php _e('Update Options»') ?>" /></p>107 <p class="submit"><input type="submit" name="submit" value="<?php _e('Update Permalink Structure »') ?>" /></p> 108 108 <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> 109 109
Note: See TracChangeset
for help on using the changeset viewer.