Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.8/wp-admin/edit-pages.php

    r11458 r11766  
    99/** WordPress Administration Bootstrap */
    1010require_once('admin.php');
     11
     12if ( !current_user_can('edit_pages') )
     13    wp_die(__('Cheatin’ uh?'));
    1114
    1215// Handle bulk actions
Note: See TracChangeset for help on using the changeset viewer.