Make WordPress Core

Changeset 1168


Ignore:
Timestamp:
04/25/2004 05:35:13 PM (21 years ago)
Author:
rboren
Message:

Fix some grammatical and markup errors. From eke.

Location:
trunk/wp-admin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r1160 r1168  
    291291    include_once ('admin-header.php');
    292292    if ($user_level < get_settings('links_minadminlevel')) {
    293       die(__('You have do not have sufficent permissions to edit the links for this blog.'));
     293      die(__('You do not have sufficent permissions to edit the links for this blog.'));
    294294    }
    295295
     
    552552    include_once ("./admin-header.php");
    553553    if ($user_level < get_settings('links_minadminlevel')) {
    554       die(__("You have do not have sufficient permissions to edit the links for this blog."));
     554      die(__("You do not have sufficient permissions to edit the links for this blog."));
    555555    }
    556556
  • trunk/wp-admin/options-permalink.php

    r1164 r1168  
    4949    <li><code>%day% </code>--- <?php _e('Day of the month, for example <code>28</code>') ?></li>
    5050    <li><code>%postname%</code> --- <?php _e('A sanitized version of the title of the post. So &#8220;This Is A Great Post!&#8221; becomes &#8220;<code>this-is-a-great-post</code>&#8221; in the URI') ?> </li>
    51     <li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code> <strong></strong>') ?></li>
     51    <li><code>%post_id%</code> --- <?php _e('The unique ID # of the post, for example <code>423</code>') ?></li>
    5252  </ul>
    5353  <?php _e('<p>So for example a value like:</p>
Note: See TracChangeset for help on using the changeset viewer.