From e328e272c6256b0548f0208177ea02e905dee070 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Fri, 14 Mar 2008 07:26:46 +0000 Subject: [PATCH] Make empty links text a bit more informative. git-svn-id: https://develop.svn.wordpress.org/trunk@7283 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/includes/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 9cb8bb4e59..c675c4d07b 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -361,7 +361,7 @@ function wp_dashboard_incoming_links_output() { echo "\n"; } else { - echo '

' . __('No incoming links found... yet.') . "

\n"; + echo '

' . __('This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. They have found no incoming links found… yet. It’s okay — there is no rush.') . "

\n"; } }