Make WordPress Core


Ignore:
Timestamp:
01/30/2019 11:00:30 AM (6 years ago)
Author:
flixos90
Message:

Bootstrap/Load: Revert fatal error recovery mechanism from 5.1 to polish for 5.2.

Due to the high number of follow-up tickets and associated security concerns, it was decided to reschedule the fatal error recovery feature for WordPress 5.2, in order to address these issues properly. The feature will continue to be developed, with iterations being merged into trunk early in the 5.2 release cycle.

Fixes #46141. See #44458, #45932, #45940, #46038, #46047, #46068.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/capabilities.php

    r44524 r44717  
    465465            }
    466466            break;
    467         case 'resume_plugin':
    468             // Even in a multisite, regular administrators should be able to resume a plugin.
    469             $caps[] = 'activate_plugins';
    470             break;
    471         case 'resume_themes':
    472             // Even in a multisite, regular administrators should be able to resume a theme.
    473             $caps[] = 'switch_themes';
    474             break;
    475467        case 'delete_user':
    476468        case 'delete_users':
Note: See TracChangeset for help on using the changeset viewer.