Changeset 6737 for trunk/wp-includes/link-template.php
- Timestamp:
- 02/06/2008 06:11:49 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/link-template.php
r6726 r6737 140 140 if ( !$id ) 141 141 $id = (int) $post->ID; 142 else 143 $post = &get_post($id); 142 144 143 145 $pagestruct = $wp_rewrite->get_page_permastruct();
Note: See TracChangeset
for help on using the changeset viewer.