Changeset 1168 for trunk/wp-admin/options-permalink.php
- Timestamp:
- 04/25/2004 05:35:13 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options-permalink.php
r1164 r1168 49 49 <li><code>%day% </code>--- <?php _e('Day of the month, for example <code>28</code>') ?></li> 50 50 <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> 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> 52 52 </ul> 53 53 <?php _e('<p>So for example a value like:</p>
Note: See TracChangeset
for help on using the changeset viewer.