Changeset 15956 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 10/25/2010 02:58:25 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r15746 r15956 10 10 require_once('./admin.php'); 11 11 12 $wp_list_table = get_list_table(' comments');12 $wp_list_table = get_list_table('WP_Comments_Table'); 13 13 $wp_list_table->check_permissions(); 14 14
Note: See TracChangeset
for help on using the changeset viewer.