From db6e8aa84e269ebc39e07e4e9c46ec21de257512 Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Fri, 28 Mar 2014 19:00:15 +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. Built from https://develop.svn.wordpress.org/trunk@27822 git-svn-id: http://core.svn.wordpress.org/trunk@27656 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wp-admin/install.php b/wp-admin/install.php index 5e0cef7588..d29c809873 100644 --- a/wp-admin/install.php +++ b/wp-admin/install.php @@ -102,6 +102,7 @@ function display_setup_form( $error = null ) { '; } else { ?>