Changeset 5087 for trunk/wp-includes/comment-template.php
- Timestamp:
- 03/23/2007 12:59:21 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r5039 r5087 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);
Note: See TracChangeset
for help on using the changeset viewer.