Changeset 1227 for trunk/wp-includes/template-functions-links.php
- Timestamp:
- 05/05/2004 07:34:41 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/template-functions-links.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-links.php
r1203 r1227 51 51 '%monthnum%', 52 52 '%day%', 53 '%hour%', 54 '%minute%', 55 '%second%', 53 56 '%postname%', 54 57 '%post_id%' … … 61 64 date('m', $unixtime), 62 65 date('d', $unixtime), 66 date('H', $unixtime), 67 date('i', $unixtime), 68 date('s', $unixtime), 63 69 $post->post_name, 64 70 $post->ID … … 76 82 date('m', $unixtime), 77 83 date('d', $unixtime), 84 date('H', $unixtime), 85 date('i', $unixtime), 86 date('s', $unixtime), 78 87 $idpost->post_name, 79 88 $id
Note: See TracChangeset
for help on using the changeset viewer.