Changeset 5078
- Timestamp:
- 03/22/07 01:04:19 (2 years ago)
- Files:
-
- trunk/wp-includes/link-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/link-template.php
r5056 r5078 118 118 global $post; 119 119 120 $id = (int) $id; 120 121 if ( !$id ) 121 122 $id = $post->ID;
