Changeset 5956
- Timestamp:
- 08/28/07 18:58:54 (1 year ago)
- Files:
-
- trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/link-template.php
r5919 r5956 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);
