From 5751e4c587a8cb143aebe3e69c9f12d38a4b9a0b Mon Sep 17 00:00:00 2001 From: saxmatt Date: Mon, 27 Oct 2003 00:45:05 +0000 Subject: [PATCH] Safer to have slash on the end. git-svn-id: http://svn.automattic.com/wordpress/trunk@483 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/wp-options-permalink.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/wp-options-permalink.php b/wp-admin/wp-options-permalink.php index 0e4ff36fd..f5604aa29 100644 --- a/wp-admin/wp-options-permalink.php +++ b/wp-admin/wp-options-permalink.php @@ -81,7 +81,7 @@ default:
  • %postname% --- A sanitized version of the title of the post. So "This Is A Great Post!" becomes "this-is-a-great-post"
  • %category% --- Category name of the post. For example "general". Not done yet.
  • -

    So for example a value like /%year%/%monthnum%/%day%/%postname% could give you a permalink like /2003/05/23/my-cheese-sandwich . For this to work you'll need mod_rewrite installed on your server for the rule generation rule to work below. In the future there may be other options.

    +

    So for example a value like /%year%/%monthnum%/%day%/%postname%/ could give you a permalink like /2003/05/23/my-cheese-sandwich . For this to work you'll need mod_rewrite installed on your server for the rule generation rule to work below. In the future there may be other options.

    Use the template tags above to create a virtual site structure: