Ticket #569: template-functions-links.diff
| File template-functions-links.diff, 586 bytes (added by , 19 years ago) |
|---|
-
template-functions-links.php
old new 70 70 date('H', $unixtime), 71 71 date('i', $unixtime), 72 72 date('s', $unixtime), 73 $post->post_name,73 urlencode($post->post_name), 74 74 $post->ID, 75 75 $category, 76 76 $author, 77 $post->post_name,77 urlencode($post->post_name), 78 78 ); 79 79 return apply_filters('post_link', get_settings('home') . str_replace($rewritecode, $rewritereplace, $permalink), $post); 80 80 } else { // if they're not using the fancy permalink option