Closed
Description
On updating my WP to 4.4 and s2Member to the latest version, the upgrade said the network patches worked, but using the multisite page to patch the files automatically returned an "unverifiable" error to the load.php patch.
It appears as though WP has changed the details of the line in question to use a function rather than a constant. I believe the line now reads:
if ( empty( $active_plugins ) || wp_installing() )
I manually patched my file to add the preg_match info, but fixing the updater is a good idea. :)