Skip to content

Instantly share code, notes, and snippets.

@ziodave
Last active August 29, 2015 14:03
Show Gist options
  • Save ziodave/10fdc7ebfb2288be2876 to your computer and use it in GitHub Desktop.
Save ziodave/10fdc7ebfb2288be2876 to your computer and use it in GitHub Desktop.
Patch file for WordPress r28965
Index: includes/install.php
===================================================================
--- includes/install.php (revision 28965)
+++ includes/install.php (working copy)
@@ -6,6 +6,7 @@
*/
error_reporting( E_ALL & ~E_DEPRECATED & ~E_STRICT );
+define( 'WP_INSTALLING', true );
$config_file_path = $argv[1];
$multisite = ! empty( $argv[2] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment