Merge two strings. props pavelevap, see #22306.
git-svn-id: http://core.svn.wordpress.org/trunk@22449 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
180b0f19e5
commit
837fadc3dc
|
@ -234,7 +234,7 @@ function ms_not_installed() {
|
||||||
|
|
||||||
wp_load_translations_early();
|
wp_load_translations_early();
|
||||||
|
|
||||||
$title = __( 'Error establishing database connection' );
|
$title = __( 'Error establishing a database connection' );
|
||||||
$msg = '<h1>' . $title . '</h1>';
|
$msg = '<h1>' . $title . '</h1>';
|
||||||
if ( ! is_admin() )
|
if ( ! is_admin() )
|
||||||
die( $msg );
|
die( $msg );
|
||||||
|
|
Loading…
Reference in New Issue