Ticket #6838: 6838.patch
| File 6838.patch, 408 bytes (added by xknown, 7 months ago) |
|---|
-
wp-admin/media.php
old new 2 2 3 3 require_once('admin.php'); 4 4 5 if ( !current_user_can('upload_files') ) 6 wp_die( __('You do not have sufficient permissions to access this page.') ); 7 5 8 $parent_file = 'edit.php'; 6 9 $submenu_file = 'upload.php'; 7 10
