Ticket #12240: link-template.php.diff
File link-template.php.diff, 550 bytes (added by , 15 years ago) |
---|
-
wp-includes/link-template.php
110 110 return get_post_permalink($post); 111 111 112 112 $permalink = get_option('permalink_structure'); 113 114 $permalink = apply_filters('post_link_raw', $permalink, $post, $leavename); 113 115 114 116 if ( '' != $permalink && !in_array($post->post_status, array('draft', 'pending', 'auto-draft')) ) { 115 117 $unixtime = strtotime($post->post_date);