Changeset 4196 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 09/19/2006 06:11:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r4144 r4196 103 103 <div class="wrap"> 104 104 <h2><?php _e('Customize Permalink Structure') ?></h2> 105 <form name="form" action="options-permalink.php" method="post"> 106 <?php wp_nonce_field('update-permalink') ?> 107 <p class="submit"><input type="submit" name="Submit" value="<?php _e('Update Options »') ?>" /></p> 105 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> 106 109 … … 117 120 ); 118 121 ?> 119 <form name="form" action="options-permalink.php" method="post">120 <?php wp_nonce_field('update-permalink') ?>121 122 <h3><?php _e('Common options:'); ?></h3> 122 123 <p>
Note: See TracChangeset
for help on using the changeset viewer.