From 518f418a8b2157a4afdeba628ec608a6f8fb1c62 Mon Sep 17 00:00:00 2001 From: rboren Date: Sun, 25 Apr 2004 17:35:13 +0000 Subject: [PATCH] Fix some grammatical and markup errors. From eke. git-svn-id: http://svn.automattic.com/wordpress/trunk@1168 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/link-manager.php | 4 ++-- wp-admin/options-permalink.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php index 3142b101c..9f74617e5 100644 --- a/wp-admin/link-manager.php +++ b/wp-admin/link-manager.php @@ -290,7 +290,7 @@ switch ($action) { $standalone=0; include_once ('admin-header.php'); if ($user_level < get_settings('links_minadminlevel')) { - die(__('You have do not have sufficent permissions to edit the links for this blog.')); + die(__('You do not have sufficent permissions to edit the links for this blog.')); } $row = $wpdb->get_row("SELECT * @@ -551,7 +551,7 @@ th { text-align: right; } $standalone=0; include_once ("./admin-header.php"); if ($user_level < get_settings('links_minadminlevel')) { - die(__("You have do not have sufficient permissions to edit the links for this blog.")); + die(__("You do not have sufficient permissions to edit the links for this blog.")); } switch ($order_by) diff --git a/wp-admin/options-permalink.php b/wp-admin/options-permalink.php index 5c020a2e9..93c8bc308 100644 --- a/wp-admin/options-permalink.php +++ b/wp-admin/options-permalink.php @@ -48,7 +48,7 @@ default:
  • %monthnum% --- 05') ?>
  • %day% --- 28') ?>
  • %postname% --- this-is-a-great-post” in the URI') ?>
  • -
  • %post_id% --- 423 ') ?>
  • +
  • %post_id% --- 423') ?>
  • So for example a value like:

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