Verbage change.
git-svn-id: http://svn.automattic.com/wordpress/trunk@3184 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
40bcf58a25
commit
d203771e72
|
@ -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…
Reference in New Issue