Changeset 30356 for trunk/src/wp-admin/edit.php
- Timestamp:
- 11/16/2014 06:15:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit.php
r30155 r30356 26 26 27 27 if ( ! current_user_can( $post_type_object->cap->edit_posts ) ) 28 wp_die( __( 'Cheatin’ uh?' ) );28 wp_die( __( 'Cheatin’ uh?' ), 403 ); 29 29 30 30 $wp_list_table = _get_list_table('WP_Posts_List_Table');
Note: See TracChangeset
for help on using the changeset viewer.