Changeset 7098 for trunk/wp-admin/includes/template.php
- Timestamp:
- 02/28/2008 10:12:04 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r7089 r7098 593 593 } 594 594 595 function _wp_comment_row( $comment_id, $mode, $c heckbox = true ) {595 function _wp_comment_row( $comment_id, $mode, $comment_status, $checkbox = true ) { 596 596 global $comment, $post; 597 597 $comment = get_comment( $comment_id );
Note: See TracChangeset
for help on using the changeset viewer.