used 2 digit month for example

git-svn-id: http://svn.automattic.com/wordpress/trunk@776 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2004-01-14 06:47:52 +00:00
parent c38e0e27b8
commit ef48463a7f
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>