Changeset 5119 for trunk/wp-includes/comment.php
- Timestamp:
- 03/27/2007 11:45:41 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r5089 r5119 82 82 $_comment = & $comment_cache[$comment->comment_ID]; 83 83 } else { 84 $comment = (int) $comment; 84 85 if ( !isset($comment_cache[$comment]) ) { 85 86 $_comment = $wpdb->get_row("SELECT * FROM $wpdb->comments WHERE comment_ID = '$comment' LIMIT 1");
Note: See TracChangeset
for help on using the changeset viewer.