Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46045


Ignore:
Timestamp:
01/20/2019 01:55:38 PM (4 years ago)
Author:
ocean90
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46045 – Description

    initial v1  
    66* Click "Update File"
    77* You should now get the `loopback_request_failed` message (Unable to communicate back with site…)
    8 * Go to wp-admin/plugins.php and notice that the plugin has been paused which means the changes were actually saved.
     8* Go to wp-admin/plugins.php and notice that the plugin has been paused ~~which means the changes were actually saved~~ because the WSOD protection did kick in even the changes were rolled back by `wp_edit_theme_plugin_file()`.