Changeset 1535 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 08/14/2004 05:36:32 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r1489 r1535 97 97 <?php _e('The unique ID # of the post, for example <code>423</code>') ?> 98 98 </dd> 99 <dt><code>%category%</code></dt> 100 <dd> 101 <?php _e('A sanitized version of the category name.') ?> 102 </dd> 103 <dt><code>%author%</code></dt> 104 <dd> 105 <?php _e('A sanitized version of the author name.') ?> 106 </dd> 99 107 </dl> 100 108 … … 124 132 <p><?php printf(__('Using the permalink structure value you currently have, <code>%s</code>, these are the mod_rewrite rules you should have in your <code>.htaccess</code> file. Click in the field and press <kbd>CTRL + a</kbd> to select all.'), $permalink_structure) ?></p> 125 133 <form action="options-permalink.php" method="post"> 126 134 <p> 127 135 <textarea rows="5" style="width: 98%;" name="rules"><?php echo mod_rewrite_rules($permalink_structure); ?> 128 136 </textarea>
Note: See TracChangeset
for help on using the changeset viewer.