From dfc9cecfd2f79f8d24c67e7f5ad44097ecc8c7f8 Mon Sep 17 00:00:00 2001 From: saxmatt Date: Wed, 21 Apr 2004 21:38:38 +0000 Subject: [PATCH] Typo fixes sent in by Nick Romney. git-svn-id: http://svn.automattic.com/wordpress/trunk@1113 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/options-discussion.php | 4 ++-- wp-admin/options-permalink.php | 8 ++++---- wp-admin/options-writing.php | 2 +- wp-includes/version.php | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/wp-admin/options-discussion.php b/wp-admin/options-discussion.php index 6c5972e11..7aae7b6b2 100644 --- a/wp-admin/options-discussion.php +++ b/wp-admin/options-discussion.php @@ -48,7 +48,7 @@ include('options-head.php');
- (These settings may be overidden for individual articles.)') ?> + (These settings may be overridden for individual articles.)') ?> -

So for example a value like

+

So for example a value like:

/archives/%year%/%monthnum%/%day%/%postname%/

-

would give you a permalink like

-

/archives/2003/05/23/my-cheese-sandwich/ .

-

In general for this you must use mod_rewrite, however if you put a filename at the beginning WordPress will attempt to use that to pass the arguments, example:

+

would give you a permalink like:

+

/archives/2003/05/23/my-cheese-sandwich/

+

In general for this you must use mod_rewrite, however if you put a filename at the beginning WordPress will attempt to use that to pass the arguments, for example:

/index.php/archives/%year%/%monthnum%/%day%/%postname%/

If you use this option you can ignore the mod_rewrite rules.

diff --git a/wp-admin/options-writing.php b/wp-admin/options-writing.php index e24b3a39f..84b4d0d63 100644 --- a/wp-admin/options-writing.php +++ b/wp-admin/options-writing.php @@ -77,7 +77,7 @@ include('options-head.php');
-

Update Services on the wiki. Seperate multiple URIs by line breaks.'), 'http://wiki.wordpress.org/index.php/UpdateServices') ?>

+

Update Services on the wiki. Separate multiple URIs by line breaks.'), 'http://wiki.wordpress.org/index.php/UpdateServices') ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index d7bf2abbb..41d4ccc83 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -1,7 +1,7 @@ \ No newline at end of file