Ticket #4834: link-template.patch
| File link-template.patch, 420 bytes (added by , 18 years ago) |
|---|
-
wp-includes/link-template.php
60 60 ); 61 61 62 62 $post = &get_post($id); 63 64 if ( empty($post->ID) ) return FALSE; 65 63 66 if ( $post->post_type == 'page' ) 64 67 return get_page_link($post->ID); 65 68 elseif ($post->post_type == 'attachment')