mirror of
git://develop.git.wordpress.org/
synced 2025-01-19 05:38:07 +01:00
But I do have WP installed.
git-svn-id: https://develop.svn.wordpress.org/trunk@2468 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
26034d3f58
commit
1e83c00806
@ -69,7 +69,7 @@ require (ABSPATH . WPINC . '/default-filters.php');
|
||||
require_once (ABSPATH . WPINC . '/wp-l10n.php');
|
||||
|
||||
$wpdb->hide_errors();
|
||||
if ( !update_user_cache() && !strstr($_SERVER['PHP_SELF'], 'install.php') || !defined('WP_INSTALLING') ) {
|
||||
if ( !update_user_cache() && (!strstr($_SERVER['PHP_SELF'], 'install.php') || !defined('WP_INSTALLING')) ) {
|
||||
if ( strstr($_SERVER['PHP_SELF'], 'wp-admin') )
|
||||
$link = 'install.php';
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user