Changeset 16438 for trunk/wp-admin/edit-comments.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-comments.php
r16333 r16438 11 11 if ( !current_user_can('edit_posts') ) 12 12 wp_die(__('Cheatin’ uh?')); 13 13 14 14 $wp_list_table = get_list_table('WP_Comments_List_Table'); 15 15 $wp_list_table->check_permissions();
Note: See TracChangeset
for help on using the changeset viewer.