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/tests/phpunit/tests/user/capabilities.php

    r44525 r44717  
    258258            'erase_others_personal_data'  => array( 'administrator' ),
    259259            'manage_privacy_options'      => array( 'administrator' ),
    260             'resume_themes'               => array( 'administrator' ),
    261260
    262261            'edit_categories'             => array( 'administrator', 'editor' ),
     
    298297            'delete_site'                 => array( 'administrator' ),
    299298            'add_users'                   => array( 'administrator' ),
    300             'resume_themes'               => array( 'administrator' ),
    301299
    302300            'edit_categories'             => array( 'administrator', 'editor' ),
     
    457455            $expected['activate_plugin'],
    458456            $expected['deactivate_plugin'],
    459             $expected['resume_plugin'],
    460457            $expected['remove_user'],
    461458            $expected['promote_user'],
Note: See TracChangeset for help on using the changeset viewer.