Changeset 9601
- Timestamp:
- 11/10/2008 10:16:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r9596 r9601 228 228 229 229 if ( ! empty($post_id) ) 230 $post_where = "comment_post_ID = $post_id AND";230 $post_where = $wpdb->prepare( 'comment_post_ID = %d AND', $post_id ); 231 231 else 232 232 $post_where = '';
Note: See TracChangeset
for help on using the changeset viewer.