Fix some grammatical and markup errors. From eke.
git-svn-id: http://svn.automattic.com/wordpress/trunk@1168 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
73b23e1568
commit
518f418a8b
|
@ -290,7 +290,7 @@ switch ($action) {
|
||||||
$standalone=0;
|
$standalone=0;
|
||||||
include_once ('admin-header.php');
|
include_once ('admin-header.php');
|
||||||
if ($user_level < get_settings('links_minadminlevel')) {
|
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 *
|
$row = $wpdb->get_row("SELECT *
|
||||||
|
@ -551,7 +551,7 @@ th { text-align: right; }
|
||||||
$standalone=0;
|
$standalone=0;
|
||||||
include_once ("./admin-header.php");
|
include_once ("./admin-header.php");
|
||||||
if ($user_level < get_settings('links_minadminlevel')) {
|
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)
|
switch ($order_by)
|
||||||
|
|
|
@ -48,7 +48,7 @@ default:
|
||||||
<li><code>%monthnum%</code> --- <?php _e('Month of the year, for example <code>05</code>') ?></li>
|
<li><code>%monthnum%</code> --- <?php _e('Month of the year, for example <code>05</code>') ?></li>
|
||||||
<li><code>%day% </code>--- <?php _e('Day of the month, for example <code>28</code>') ?></li>
|
<li><code>%day% </code>--- <?php _e('Day of the month, for example <code>28</code>') ?></li>
|
||||||
<li><code>%postname%</code> --- <?php _e('A sanitized version of the title of the post. So “This Is A Great Post!” becomes “<code>this-is-a-great-post</code>” in the URI') ?> </li>
|
<li><code>%postname%</code> --- <?php _e('A sanitized version of the title of the post. So “This Is A Great Post!” becomes “<code>this-is-a-great-post</code>” in the URI') ?> </li>
|
||||||
<li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code> <strong></strong>') ?></li>
|
<li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code>') ?></li>
|
||||||
</ul>
|
</ul>
|
||||||
<?php _e('<p>So for example a value like:</p>
|
<?php _e('<p>So for example a value like:</p>
|
||||||
<p><code>/archives/%year%/%monthnum%/%day%/%postname%/</code> </p>
|
<p><code>/archives/%year%/%monthnum%/%day%/%postname%/</code> </p>
|
||||||
|
|
Loading…
Reference in New Issue