Changes from trunk/wp-admin/edit.php at r11383 to branches/2.8/wp-admin/edit.php at r11766
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.8/wp-admin/edit.php
r11383 r11766 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('edit_posts') ) 13 wp_die(__('Cheatin’ uh?')); 11 14 12 15 // Back-compat for viewing comments of an entry
Note: See TracChangeset
for help on using the changeset viewer.