mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
Verbage change.
git-svn-id: https://develop.svn.wordpress.org/trunk@3184 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
b41c0e1360
commit
a600bbf61c
@ -5,7 +5,7 @@ else
|
||||
require_once('../wp-config.php');
|
||||
|
||||
if ( get_option('db_version') != $wp_db_version )
|
||||
die (sprintf(__("Your database is out-of-date. Please run <a href='%s'>upgrade.php</a>."), get_option('siteurl') . '/wp-admin/upgrade.php'));
|
||||
die (sprintf(__("Your database is out-of-date. Please <a href='%s'>upgrade</a>."), get_option('siteurl') . '/wp-admin/upgrade.php'));
|
||||
|
||||
require_once(ABSPATH . 'wp-admin/admin-functions.php');
|
||||
require_once(ABSPATH . 'wp-admin/admin-db.php');
|
||||
|
Loading…
x
Reference in New Issue
Block a user