Changeset 7182 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 03/07/2008 02:29:05 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/options-permalink.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r7000 r7182 177 177 </form> 178 178 <?php if ( $permalink_structure && !$usingpi && !$writable ) : ?> 179 <p><?php _e('If your <code>.htaccess</code> file were <a href="http://codex.wordpress.org/ Make_a_Directory_Writable">writable</a>, we could do this automatically, but it isn’t so 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.') ?></p>179 <p><?php _e('If your <code>.htaccess</code> file were <a href="http://codex.wordpress.org/Changing_File_Permissions">writable</a>, we could do this automatically, but it isn’t so 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.') ?></p> 180 180 <form action="options-permalink.php" method="post"> 181 181 <?php wp_nonce_field('update-permalink') ?>
Note: See TracChangeset
for help on using the changeset viewer.