From 5857c18dd8705b2aa3dde62f399eed2b031b9df1 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 28 Mar 2014 18:59:52 +0000 Subject: [PATCH] Install: Allow an installation to go through with a custom user table with the username 'admin'. This could be better, but this solves the regression caused by [25115]. fixes #27093, see #24078. git-svn-id: https://develop.svn.wordpress.org/trunk@27822 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/install.php b/src/wp-admin/install.php index 5e0cef7588..d29c809873 100644 --- a/src/wp-admin/install.php +++ b/src/wp-admin/install.php @@ -102,6 +102,7 @@ function display_setup_form( $error = null ) { '; } else { ?>