Changeset 9346 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 10/25/2008 09:29:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r9320 r9346 129 129 <?php wp_nonce_field('update-permalink') ?> 130 130 131 132 <p class="submit submit-top">133 <input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" />134 </p>135 136 131 <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> 137 132
Note: See TracChangeset
for help on using the changeset viewer.