From c74c1884d51666c767af027b7ee1c23d1408212f Mon Sep 17 00:00:00 2001 From: Nikolay Bachiyski Date: Mon, 19 Apr 2010 15:09:38 +0000 Subject: [PATCH] Un-www wordpress.org links in two importers git-svn-id: https://develop.svn.wordpress.org/trunk@14165 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/dotclear.php | 4 ++-- wp-admin/import/textpattern.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/import/dotclear.php b/wp-admin/import/dotclear.php index 62eb11700f..90ce9ded60 100644 --- a/wp-admin/import/dotclear.php +++ b/wp-admin/import/dotclear.php @@ -569,9 +569,9 @@ class Dotclear_Import { echo '

'.__('WordPress Resources').'

'; echo '

'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'

'; echo ''; echo '

'.sprintf(__('That’s it! What are you waiting for? Go log in!'), '../wp-login.php').'

'; } diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php index e03d790c9d..1f1c7c390b 100644 --- a/wp-admin/import/textpattern.php +++ b/wp-admin/import/textpattern.php @@ -581,9 +581,9 @@ class Textpattern_Import { echo '

'.__('WordPress Resources').'

'; echo '

'.__('Finally, there are numerous WordPress resources around the internet. Some of them are:').'

'; echo ''; echo '

'.sprintf(__('That’s it! What are you waiting for? Go log in!'), get_bloginfo( 'wpurl' ) . '/wp-login.php').'

'; }