Don't translate "you haven't installed" text yet, because text domain isn't installed. Props nbachiyski.

git-svn-id: https://develop.svn.wordpress.org/trunk@5615 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
rob1n
2007-05-31 12:29:46 +00:00
parent c92fe17918
commit 46745ee278
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -147,10 +147,7 @@ if ( !is_blog_installed() && (strpos($_SERVER['PHP_SELF'], 'install.php') === fa
else
$link = 'wp-admin/install.php';
wp_die( sprintf(
__( 'It doesn&#8217;t look like you&#8217;ve installed WP yet. Try running <a href="%s">install.php</a>.' ),
$link
) );
wp_die( sprintf( 'It doesn&#8217;t look like you&#8217;ve installed WP yet. Try running <a href="%s">install.php</a>.', $link ) );
}
require (ABSPATH . WPINC . '/formatting.php');