Changes from branches/2.8/wp-admin/edit-pages.php at r11766 to trunk/wp-admin/edit-pages.php at r11458
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r11766 r11458 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 12 if ( !current_user_can('edit_pages') )13 wp_die(__('Cheatin’ uh?'));14 11 15 12 // Handle bulk actions
Note: See TracChangeset
for help on using the changeset viewer.