used 2 digit month for example

git-svn-id: https://develop.svn.wordpress.org/trunk@776 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Alex King 2004-01-14 06:47:52 +00:00
parent 8ac0a3a2ca
commit b23213685c
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ default:
<p>WordPress offers you the ability to create a custom URI structure for your permalinks and archives. The following &#8220;tags&#8221; are available:</p>
<ul>
<li><code>%year%</code> --- The year of the post, 4 digits, for example <code>2004</code> </li>
<li><code>%monthnum%</code> --- Month of the year, for example <code>5</code></li>
<li><code>%monthnum%</code> --- Month of the year, for example <code>05</code></li>
<li><code>%day% </code>--- Day of the month, for example <code>28</code></li>
<li><code>%postname%</code> --- A sanitized version of the title of the post. So &quot;This Is A Great Post!&quot; becomes &quot;<code>this-is-a-great-post</code>&quot; in the URI </li>
<li><code>%post_id%</code> --- The unique ID # of the post, for example <code>423</code> <strong></strong></li>