Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #27670, comment 5


Ignore:
Timestamp:
06/26/2016 03:08:58 PM (9 years ago)
Author:
kraftner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27670, comment 5

    initial v1  
    11The problem currently is that the plugin information tab is sitting on top of {{{wp-admin/plugin-install.php}}} and therefore "inherits" the requirements for plugin installation. To change this a pretty extensive rewrite of permission checking for wp-admin is necessary which unfortunately I couldn't wrap my hand around yet.
    2 So where we're actually being kicked out is the check with {{{user_can_access_admin_page()}}} at the end of {{{wp-admin/includes/menu.php}}
     2So where we're actually being kicked out is the check with {{{user_can_access_admin_page()}}} at the end of {{{wp-admin/includes/menu.php}}}