Changeset 5092 for branches/2.1/wp-includes/comment-template.php
- Timestamp:
- 03/23/07 03:18:00 (2 years ago)
- Files:
-
- branches/2.1/wp-includes/comment-template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.1/wp-includes/comment-template.php
r5040 r5092 151 151 152 152 if ( !$post_id ) 153 $post_id = $id;153 $post_id = (int) $id; 154 154 155 155 $post = get_post($post_id);
