Changeset 7182

Show
Ignore:
Timestamp:
03/07/08 14:29:05 (10 months ago)
Author:
westi
Message:

Link to more specific documentation. Fixes #6070 props MichaelH.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/options-permalink.php

    r7000 r7182  
    177177  </form> 
    178178<?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&#8217;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&#8217;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> 
    180180<form action="options-permalink.php" method="post"> 
    181181<?php wp_nonce_field('update-permalink') ?>