Changeset 15497 for trunk/wp-admin/includes/default-list-tables.php
- Timestamp:
- 08/12/2010 11:58:49 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/default-list-tables.php
r15496 r15497 2112 2112 2113 2113 function prepare_items() { 2114 global $ comments, $extra_comments, $total_comments, $post_id, $comment_status, $mode;2114 global $post_id, $comment_status, $mode; 2115 2115 2116 2116 $post_id = isset( $_REQUEST['post_ID'] ) ? absint( $_REQUEST['post_ID'] ) : 0;
Note: See TracChangeset
for help on using the changeset viewer.