Ticket #14060: 14060.patch
File 14060.patch, 469 bytes (added by , 15 years ago) |
---|
-
wp-admin/menu.php
### Eclipse Workspace Patch 1.0 #P wordpress
440 440 441 441 if ( !user_can_access_admin_page() ) { 442 442 do_action('admin_page_access_denied'); 443 wp_die( __(' You do not have sufficient permissions to access this page.') );443 wp_die( __('The requested page is not accessible.') ); 444 444 } 445 445 446 446 ?>