Make WordPress Core


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

Fix some grammatical and markup errors. From eke.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.