summaryrefslogtreecommitdiffstats
path: root/wp-admin/options-permalink.php
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-18 16:15:34 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2008-04-18 16:15:34 +0000
commitca142aadcb796b92dace1e227d317fb546af3f5c (patch)
tree7e6dca7696d6e143b44b4064cd144710347b79df /wp-admin/options-permalink.php
parent0bffdf19695d8cce17ef91c9806220e4d7335c69 (diff)
downloadwordpress-mu-ca142aadcb796b92dace1e227d317fb546af3f5c.tar.gz
wordpress-mu-ca142aadcb796b92dace1e227d317fb546af3f5c.tar.xz
wordpress-mu-ca142aadcb796b92dace1e227d317fb546af3f5c.zip
No need to show mod_rewrite rules, props selad, fixes #596
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1248 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/options-permalink.php')
-rw-r--r--wp-admin/options-permalink.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php
index 76e3eb2..5b4b6b2 100644
--- a/wp-admin/options-permalink.php
+++ b/wp-admin/options-permalink.php
@@ -190,14 +190,6 @@ $structures = array(
</table>
<p class="submit"><input type="submit" name="submit" class="button" value="<?php _e('Save Changes') ?>" /></p>
</form>
-<?php if ( $permalink_structure && !$usingpi && !$writable ) : ?>
- <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>
-<form action="options-permalink.php" method="post">
-<?php wp_nonce_field('update-permalink') ?>
- <p><textarea rows="5" style="width: 98%;" name="rules" id="rules"><?php echo wp_specialchars($wp_rewrite->mod_rewrite_rules()); ?></textarea></p>
-</form>
-<?php endif; ?>
-
</div>
<?php require('./admin-footer.php'); ?>