Changeset 16779
- Timestamp:
- 12/07/2010 09:35:46 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r16776 r16779 8 8 9 9 /** WordPress Administration Bootstrap */ 10 require_once( './admin.php' ); 11 if ( !current_user_can( $post_type_object->cap->edit_posts ) ) 12 wp_die( __( 'Cheatin’ uh?' ) ); 13 10 require_once( './admin.php' ); 14 11 $wp_list_table = get_list_table('WP_Posts_List_Table'); 15 12 $wp_list_table->check_permissions();
Note: See TracChangeset
for help on using the changeset viewer.