Changeset 5079
- Timestamp:
- 03/22/07 01:05:11 (1 year ago)
- Files:
-
- branches/2.1/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/link-template.php
r5057 r5079 94 94 global $post; 95 95 96 $id = (int) $id; 96 97 if ( !$id ) 97 98 $id = $post->ID;
