From 31ad473a67620b3e587a73b02ae64f195d641dd3 Mon Sep 17 00:00:00 2001
From: Dougal Campbell
Date: Thu, 30 Oct 2003 15:03:30 +0000
Subject: [PATCH] Only display mod_rewrite rules if a permalink structure is
set.
git-svn-id: https://develop.svn.wordpress.org/trunk@501 602fd350-edb4-49c9-b593-d223f7449a82
---
wp-admin/wp-options-permalink.php | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/wp-admin/wp-options-permalink.php b/wp-admin/wp-options-permalink.php
index a43ff82797..8f69932ed0 100644
--- a/wp-admin/wp-options-permalink.php
+++ b/wp-admin/wp-options-permalink.php
@@ -91,6 +91,9 @@ default:
+
Using the permalink structure value you currently have, , these are the mod_rewrite rules you should have in your .htaccess file.
[QSA]
+
+You are not currently using customized permalinks. No special mod_rewrite
+rules are needed.
+
+\n";
break;
}