Make WordPress Core


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-media.php

    r11762 r11380  
    99/** WordPress Administration Bootstrap */
    1010require_once('admin.php');
    11 
    12 if ( ! current_user_can('manage_options') )
    13     wp_die(__('You do not have sufficient permissions to manage options for this blog.'));
    1411
    1512$title = __('Media Settings');
Note: See TracChangeset for help on using the changeset viewer.